From 012bae528a6981f6d7fb2be3b46756d3fad0239f Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Fri, 19 Aug 2016 08:40:12 +0800 Subject: Use test_case/default instead of the directory named with a pod's name. 1. For qtip ci job, use test_cases/default for all pods. 2. It needn't to specify ip in test case files. 3. Remove customized configurations in test case files. Change-Id: I4fb6210c024aacc4d1ed915939c0aabcfa60bb57 Signed-off-by: wu.zhihui --- test_cases/default/compute/ramspeed_bm.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test_cases/default/compute/ramspeed_bm.yaml') diff --git a/test_cases/default/compute/ramspeed_bm.yaml b/test_cases/default/compute/ramspeed_bm.yaml index ce6d8921..ed8fc700 100644 --- a/test_cases/default/compute/ramspeed_bm.yaml +++ b/test_cases/default/compute/ramspeed_bm.yaml @@ -1,4 +1,3 @@ - Scenario: benchmark: ramspeed host: machine_1, machine_2 @@ -7,11 +6,11 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.6 + ip: pw: role: host machine_2: - ip: 10.20.0.5 + ip: pw: role: host -- cgit 1.2.3-korg