From 314a28c3ad9b10fa1468fe9c8f484e3d8036065b Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Mon, 22 Feb 2016 19:59:52 +0500 Subject: Resolved bug for CI error Args parameter causing error for CI. IPs changed for compass pod on dell-us-testing-bm-1 pod Change-Id: Ic1fcedc2cc623bda83b31e68db7979dc302d52f5 Signed-off-by: Nauman_Ahad (cherry picked from commit 4fc4048a57a18a1eb5003e611f85824be8f091eb) --- data/ref_results/index_calculation.py | 1 - test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml | 4 ++-- test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml | 4 ++-- 8 files changed, 14 insertions(+), 15 deletions(-) diff --git a/data/ref_results/index_calculation.py b/data/ref_results/index_calculation.py index 74c8b14b..ed597fb8 100644 --- a/data/ref_results/index_calculation.py +++ b/data/ref_results/index_calculation.py @@ -1,7 +1,6 @@ import json from cinderclient.utils import arg from result_accum import result_concat as concat -from cliff.tests.test_formatters_table import args def compute_index(total_measured,ref_result,count): try: diff --git a/test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml b/test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml index 6824a6d3..2f8d0ec9 100644 --- a/test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml @@ -7,11 +7,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: 172.16.1.4 pw: role: host machine_2: - ip: 10.20.0.5 + ip: 172.16.1.5 pw: role: host diff --git a/test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml b/test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml index 6de46387..45324184 100644 --- a/test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml @@ -5,11 +5,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: 172.16.1.4 pw: role: 1host machine_2: - ip: 10.20.0.5 + ip: 172.16.1.5 pw: role: 1host Virtual_Machines: diff --git a/test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml b/test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml index ce6d8921..af220b80 100644 --- a/test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml @@ -7,11 +7,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: 172.16.1.4 pw: role: host machine_2: - ip: 10.20.0.5 + ip: 172.16.1.5 pw: role: host diff --git a/test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml b/test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml index e3f336b3..6b14c4e6 100644 --- a/test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml @@ -5,11 +5,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: 172.16.1.4 pw: role: 1Run machine_2: - ip: 10.20.0.5 + ip: 172.16.1.5 pw: role: 1Run Virtual_Machines: diff --git a/test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml b/test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml index d75dee64..128075a1 100644 --- a/test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml @@ -7,11 +7,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: 172.16.1.4 pw: role: host machine_2: - ip: 10.20.0.5 + ip: 172.16.1.5 pw: role: host Virtual_Machines: diff --git a/test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml b/test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml index 6f0cf3b7..b2d2a958 100644 --- a/test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml @@ -11,11 +11,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.5 + ip: 172.16.1.4 pw: role: 1-server machine_2: - ip: 10.20.0.6 + ip: 172.16.1.5 pw: role: 2-host diff --git a/test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml b/test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml index 3346e398..755bb730 100644 --- a/test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml +++ b/test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml @@ -6,11 +6,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.7 + ip: 172.16.1.4 pw: role: host machine_2: - ip: 10.20.0.6 + ip: 172.16.1.5 pw: role: host -- cgit 1.2.3-korg