From 102cee6271799872a6d56314e8dc44b3d591a330 Mon Sep 17 00:00:00 2001 From: Bin Sun Date: Wed, 27 Sep 2017 14:57:21 +0800 Subject: Add CSIT for MultiCLoud-VIO(nova) Change-Id: I5f168e157714b52fde2404757fd44b9dd432725e Issue-Id: MULTICLOUD-103 Signed-off-by: Bin Sun --- .../nova/jsoninput/multicloud_create_server.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/csit/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json (limited to 'test/csit/tests/multicloud-vmware/nova/jsoninput') diff --git a/test/csit/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json b/test/csit/tests/multicloud-vmware/nova/jsoninput/multicloud_create_server.json new file mode 100644 index 000000000..ecaaa12d1 --- /dev/null +++ b/test/csit/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