aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-03-27 18:21:29 +0200
committerIttay Stern <ittay.stern@att.com>2019-03-27 19:06:28 +0200
commitf8af5bf9990febf114573b4672cae78a50005efb (patch)
tree511de6a4e3ba74972bf0ffe3ef52e6f91cd6d735 /tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json
parent26ed3a83159b3de2d495b0b41495a826d7e8fd8a (diff)
Update VID in docker-compose to 4.0-STAGING-latest
Added AAI simulator for new enrichCloudConfigurationWithCloudOwner feature: - Add AAI response - Update Dockerfile with FROM python, and parametrized config - Add aai-simulator to docker-compose file BTW, modified SO.py to log to stdio. This enable running `docker logs so-simulator` to see the rolling output. Issue-ID: VID-453 Change-Id: Icd1ee2dd51d404261c3e0484b22a4d32b8e4aad8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json')
-rw-r--r--tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json b/tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json
new file mode 100644
index 00000000..c809bca1
--- /dev/null
+++ b/tests/vid/resources/simulators/test_data_assets/expected_aai_responses.json
@@ -0,0 +1,9 @@
+{
+ "get": {
+ "cloud-region": [{
+ "cloud-owner": "CloudOwner",
+ "cloud-region-id": "RegionOne"
+ }
+ ]
+ }
+}