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

tests

parent 8e872be7
No related branches found
No related tags found
2 merge requests!292x-user-id fix,!288Enable passing of x-user-id header from original request
......@@ -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
......@@ -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
......
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