Skip to content
Snippets Groups Projects
Commit 3a0d40ed authored by Yunhua Koglin's avatar Yunhua Koglin
Browse files

basic test

parent 402f1280
No related branches found
No related tags found
1 merge request!229Chunking support for AWS
Pipeline #65686 canceled
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment