diff options
author | 2016-01-15 04:29:23 -0800 | |
---|---|---|
committer | 2016-02-01 21:58:19 +0000 | |
commit | 32a00b084e6480076dea698d7f40ddb5e3ba6093 (patch) | |
tree | 263024e6ca8034bfa23f73d7ef678328f18fb6ae /test_cases/default/network/iperf_vm.yaml | |
parent | bff3a6e90e4327b2a6710bc80ede33bd9f054c64 (diff) |
bug fix in pushtodb
Change-Id: I2cba0a805275ebae8b79a968cc8d725dcc96504a
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
(cherry picked from commit 9cff8cab939a91867f413d2ecdf09aa93f40bfc0)
Diffstat (limited to 'test_cases/default/network/iperf_vm.yaml')
-rw-r--r-- | test_cases/default/network/iperf_vm.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_cases/default/network/iperf_vm.yaml b/test_cases/default/network/iperf_vm.yaml index ebe1deac..39ec0881 100644 --- a/test_cases/default/network/iperf_vm.yaml +++ b/test_cases/default/network/iperf_vm.yaml @@ -14,14 +14,14 @@ Context: Virtual_Machines: virtualmachine_1: - availability_zone: compute1 + availability_zone: compute4 OS_image: QTIP_CentOS public_network: 'net04_ext' role: 1-server flavor: m1.large virtualmachine_2: - availability_zone: compute1 + availability_zone: compute4 OS_image: QTIP_CentOS public_network: 'net04_ext' role: 2-host |