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 --- .../nova/jsoninput/multicloud_create_server.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json (limited to 'tests/multicloud-vmware/nova/jsoninput') diff --git a/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json b/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json new file mode 100644 index 00000000..ecaaa12d --- /dev/null +++ b/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json @@ -0,0 +1,16 @@ +{ + "server": + { + "name": "server-csit-1", + "boot": + { + "type":2, + "imageId": "08edf57c-e65d-4778-957a-1524ff795c4b" + }, + "flavorId": "1", + "nicArray": + [{ + "portId": "71847500-8edf-42f9-be69-78432ccadc6e" + }] + } +} \ No newline at end of file -- cgit 1.2.3-korg