Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
5bd287c8
Commit
5bd287c8
authored
3 years ago
by
Yunhua Koglin
Browse files
Options
Downloads
Patches
Plain Diff
tests
parent
8e872be7
No related branches found
No related tags found
2 merge requests
!292
x-user-id fix
,
!288
Enable passing of x-user-id header from original request
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/aws-test/build-aws/run-integration-tests.sh
+1
-1
1 addition, 1 deletion
tests/aws-test/build-aws/run-integration-tests.sh
tests/aws-test/build-aws/run-tests.sh
+1
-1
1 addition, 1 deletion
tests/aws-test/build-aws/run-tests.sh
with
2 additions
and
2 deletions
tests/aws-test/build-aws/run-integration-tests.sh
+
1
−
1
View file @
5bd287c8
...
...
@@ -23,4 +23,4 @@ cd tests/integration
python3 gen_postman_env.py
--token
$svctoken
--base_url
$svc_url
--cloud_provider
"aws"
--acl_domain
$acl_domain
--legal_tag
$legal_tag
--data_partition
$tenant
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
!
search
This diff is collapsed.
Click to expand it.
tests/aws-test/build-aws/run-tests.sh
+
1
−
1
View file @
5bd287c8
...
...
@@ -52,7 +52,7 @@ legal_tag='opendes-sdmstestlegaltag'
python3 gen_postman_env.py
--token
$token
--base_url
$svc_url
--cloud_provider
"aws"
--acl_domain
$acl_domain
--legal_tag
$legal_tag
--data_partition
$tenant
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
!
search
TEST_EXIT_CODE
=
$?
deactivate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment