Skip to content
Snippets Groups Projects
Commit e825b96b authored by Yauheni  Rykhter (EPAM)'s avatar Yauheni Rykhter (EPAM)
Browse files

GONRG-7029: update anthos to baremetal

parent 0d32422c
No related branches found
No related tags found
1 merge request!267GONRG-7029: update anthos to baremetal
......@@ -3,7 +3,7 @@ variables:
GC_VENDOR: gc
GC_INT_TEST_TYPE: python
GC_PYTHON_INT_TEST_SUBDIR: testing/unit_test_gc
GC_ANTHOS_PYTHON_INT_TEST_SUBDIR: testing/unit_test_anthos
GC_BAREMETAL_PYTHON_INT_TEST_SUBDIR: testing/unit_test_baremetal
gc-test-python:
variables:
......@@ -13,6 +13,6 @@ gc-dev2-test-python:
variables:
VIRTUAL_SERVICE_HOST_NAME: $GC_UNIT_HOSTNAME
gc-anthos-test-python:
gc-baremetal-test-python:
variables:
VIRTUAL_SERVICE_HOST_NAME: $OSDU_ANTHOS_UNIT_HOSTNAME
VIRTUAL_SERVICE_HOST_NAME: $OSDU_BAREMETAL_UNIT_HOSTNAME
......@@ -36,13 +36,13 @@ java -jar %UserProfile%\swagger-codegen-cli-2.2.3.jar generate -i unit_test_core
The following parameters are expected as environment variables:
## Google Cloud auth provider (catalog_test_gc/jwt_client.py)
## Google Cloud auth provider (unit_test_gc/jwt_client.py)
| Variable | Contents |
|----------|----------|
| INTEGRATION_TESTER | go to the google IAM & admin console, navigate to Service accounts to create a key and download the account info file. |
# Anthos auth provider (catalog_test_anthos/jwt_client.py)
# Baremetal auth provider (unit_test_baremetal/jwt_client.py)
## Tests core (unit_test_core/constants.py)
......
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