qtip: remove white spaces 43/8943/1
authorMofassirArif <Mofassir_Arif@dellteam.com>
Fri, 15 Jan 2016 12:37:39 +0000 (04:37 -0800)
committerNauman Ahad <nauman.ahad@xflowresearch.com>
Mon, 1 Feb 2016 22:19:38 +0000 (22:19 +0000)
Change-Id: I1e90a91eaa9db8e90a87f2ee9cccb6999740b8b3
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
(cherry picked from commit 28258ccf7196e24ad53617edb14c344ff63130fb)

dashboard/pushtoDB.py
test_cases/default/compute/dhrystone_bm.yaml
test_cases/default/compute/ramspeed_bm.yaml
test_cases/default/network/iperf_bm.yaml
test_cases/default/network/iperf_vm.yaml

index d9d48f5..d056c18 100644 (file)
@@ -42,7 +42,7 @@ def main():
     global payload_list\r
     populate_payload(suite_list)\r
     for suite,case in payload_list.items():\r
-        with open('results/'+suite,'r') as result_file: \r
+        with open('results/'+suite,'r') as result_file:\r
             j=json.load(result_file)\r
         push_results_to_db(TEST_DB, case , j)\r
 \r
index 526a571..ff17ea4 100644 (file)
@@ -1,22 +1,22 @@
+
 Scenario:
   benchmark: dhrystone
   host: machine_1, machine_2
-  server: 
+  server:
 
 Context:
   Host_Machines:
     machine_1:
       ip: 10.20.0.6
-      pw: 
+      pw:
       role: host
     machine_2:
       ip: 10.20.0.5
       pw:
       role: host
 
-  Virtual_Machines:  
-    
+  Virtual_Machines:
+
 
 Test_Description:
   Test_category: "Compute"
@@ -31,5 +31,3 @@ Test_Description:
           OS_image:
           flavor:
           role: '''
-  
index a8d2cbf..ce6d892 100644 (file)
@@ -1,22 +1,22 @@
-  
+
 Scenario:
   benchmark: ramspeed
   host: machine_1, machine_2
-  server: 
+  server:
 
 Context:
   Host_Machines:
     machine_1:
       ip: 10.20.0.6
-      pw: 
+      pw:
       role: host
     machine_2:
       ip: 10.20.0.5
       pw:
       role: host
 
-  Virtual_Machines:  
-    
+  Virtual_Machines:
+
 
 Test_Description:
   Test_category: "Compute"
@@ -31,5 +31,5 @@ Test_Description:
           OS_image:
           flavor:
           role: '''
-  
+
+
index 6baad15..b0410d4 100644 (file)
@@ -20,7 +20,7 @@ Context:
         role: 1-server
 
   Virtual_Machines:
-    
+
 Test_Description:
   Test_category: "network"
   Benchmark: "iperf"
@@ -33,7 +33,7 @@ Test_Description:
           OS_image: QTIP_CentOS
           public_network: 'net04_ext'
           role: 1-server
-          flavor: m1.large   
+          flavor: m1.large
 
         virtualmachine_2:
           availability_zone: compute2
@@ -41,7 +41,7 @@ Test_Description:
           public_network: 'net04_ext'
           role: 2-host
           flavor: m1.large
-    
+
         machine_1:
           ip:
           pw:
index 39ec088..d1cda0b 100644 (file)
@@ -5,7 +5,7 @@ Scenario:
   client: virtualmachine_2
   description: 'Leave the bandwidth as 0 to throttle maximum traffic'
   benchmark_details:
-    duration: 20 
+    duration: 20
     protocol: tcp
     bandwidthGbps: 0
 
@@ -18,7 +18,7 @@ Context:
       OS_image: QTIP_CentOS
       public_network: 'net04_ext'
       role: 1-server
-      flavor: m1.large   
+      flavor: m1.large
 
     virtualmachine_2:
       availability_zone: compute4