From 9abb61ca2cea1907cab2cec312d6dca6e53a93cd Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 27 Sep 2018 10:38:50 -0700 Subject: Move CSIT to integration/csit repo To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu --- tests/multicloud-vmware/provision/jsoninput/auth_info.json | 10 ++++++++++ tests/multicloud-vmware/provision/jsoninput/image_file.json | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 tests/multicloud-vmware/provision/jsoninput/auth_info.json create mode 100644 tests/multicloud-vmware/provision/jsoninput/image_file.json (limited to 'tests/multicloud-vmware/provision/jsoninput') diff --git a/tests/multicloud-vmware/provision/jsoninput/auth_info.json b/tests/multicloud-vmware/provision/jsoninput/auth_info.json new file mode 100644 index 00000000..6d42f84d --- /dev/null +++ b/tests/multicloud-vmware/provision/jsoninput/auth_info.json @@ -0,0 +1,10 @@ +{ + "auth": + { + "scope": {"project": {"id": "a71c87345ad14533aa6496fca69d4840"}}, + "identity": + { + "password": {"user": {"domain": {"name": "Default"}, "password": "vmware", "name": "admin"}}, "methods": ["password"] + } + } +} diff --git a/tests/multicloud-vmware/provision/jsoninput/image_file.json b/tests/multicloud-vmware/provision/jsoninput/image_file.json new file mode 100644 index 00000000..1e3cac6f --- /dev/null +++ b/tests/multicloud-vmware/provision/jsoninput/image_file.json @@ -0,0 +1,7 @@ +{ + "name": "cirros-0.3.2-x86_64-disk", + "container_format": "bare", + "disk_format": "qcow2", + "visibility": "public", + "schema": "/v2/schemas/image" +} \ No newline at end of file -- cgit 1.2.3-korg