Change the pod name from dell-us-testing-bm-1 to dell-pod1 in test_cases. 65/15965/1
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Thu, 23 Jun 2016 10:44:30 +0000 (18:44 +0800)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Thu, 23 Jun 2016 10:44:30 +0000 (18:44 +0800)
JIRA:QTIP-94

Change-Id: Ic67a50af8b967592357ac1459bd61a5e3b27b654
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
17 files changed:
dashboard/pushtoDB.py
test_cases/dell-pod1/compute/dhrystone_bm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/dhrystone_bm.yaml with 100% similarity]
test_cases/dell-pod1/compute/dhrystone_vm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/dhrystone_vm.yaml with 100% similarity]
test_cases/dell-pod1/compute/dpi_bm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/dpi_bm.yaml with 100% similarity]
test_cases/dell-pod1/compute/dpi_vm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/dpi_vm.yaml with 100% similarity]
test_cases/dell-pod1/compute/ramspeed_bm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/ramspeed_bm.yaml with 100% similarity]
test_cases/dell-pod1/compute/ramspeed_vm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/ramspeed_vm.yaml with 100% similarity]
test_cases/dell-pod1/compute/ssl_bm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/ssl_bm.yaml with 100% similarity]
test_cases/dell-pod1/compute/ssl_vm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/ssl_vm.yaml with 100% similarity]
test_cases/dell-pod1/compute/whetstone_bm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/whetstone_bm.yaml with 100% similarity]
test_cases/dell-pod1/compute/whetstone_vm.yaml [moved from test_cases/dell-us-testing-bm-1/compute/whetstone_vm.yaml with 100% similarity]
test_cases/dell-pod1/network/iperf_bm.yaml [moved from test_cases/dell-us-testing-bm-1/network/iperf_bm.yaml with 100% similarity]
test_cases/dell-pod1/network/iperf_vm.yaml [moved from test_cases/dell-us-testing-bm-1/network/iperf_vm.yaml with 100% similarity]
test_cases/dell-pod1/network/iperf_vm_2.yaml [moved from test_cases/dell-us-testing-bm-1/network/iperf_vm_2.yaml with 100% similarity]
test_cases/dell-pod1/network/netperf.yaml [moved from test_cases/dell-us-testing-bm-1/network/netperf.yaml with 100% similarity]
test_cases/dell-pod1/storage/fio_bm.yaml [moved from test_cases/dell-us-testing-bm-1/storage/fio_bm.yaml with 100% similarity]
test_cases/dell-pod1/storage/fio_vm.yaml [moved from test_cases/dell-us-testing-bm-1/storage/fio_vm.yaml with 100% similarity]

index 173de23..75c1d61 100644 (file)
@@ -7,7 +7,7 @@ TEST_DB = 'http://testresults.opnfv.org/test/api/v1'
 suite_list = [('compute_result.json', 'compute_test_suite'),('network_result.json', 'network_test_suite'),('storage_result.json', 'storage_test_suite')]
 payload_list = { }
 
-def push_results_to_db(db_url, case_name, payload,logger=None, pod_name="dell-us-testing-bm-1"):
+def push_results_to_db(db_url, case_name, payload,logger=None, pod_name="dell-pod1"):
 
     url = db_url + "/results"
     creation_date= str(datetime.datetime.utcnow().isoformat())