Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
3a0d40ed
Commit
3a0d40ed
authored
Sep 15, 2021
by
Yunhua Koglin
Browse files
basic test
parent
402f1280
Pipeline
#65686
canceled with stages
in 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/aws-test/build-aws/run-integration-tests.sh
View file @
3a0d40ed
...
...
@@ -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
=
!
search
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
tests/aws-test/build-aws/run-tests.sh
View file @
3a0d40ed
...
...
@@ -44,12 +44,13 @@ rm -rf test-reports/
mkdir
test-reports
cd
integration
acl_domain
=
'example.com'
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
=
!
search
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
TEST_EXIT_CODE
=
$?
deactivate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment