diff options
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-vm.json')
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-vm.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json b/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json index 1524d5bf6..f197ef6ba 100644 --- a/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json @@ -6,13 +6,13 @@ "name": "m1.small" }, "image": { - "name": "^Ubuntu*" + "name": "^TestVM*" }, "floating_network": "public", "force_delete": false, "script": "samples/tasks/support/instance_dd_test.sh", "interpreter": "/bin/sh", - "username": "ubuntu" + "username": "cirros" }, "runner": { "type": "constant", @@ -36,7 +36,7 @@ "name": "m1.small" }, "image": { - "name": "^Ubuntu*" + "name": "^TestVM*" }, "volume_args": { "size": 2 @@ -47,7 +47,7 @@ "force_delete": false, "script": "samples/tasks/support/instance_dd_test.sh", "interpreter": "/bin/sh", - "username": "ubuntu" + "username": "cirros" }, "runner": { "type": "constant", |