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/storage/fio_bm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test_cases/default/storage/fio_bm.yaml') diff --git a/test_cases/default/storage/fio_bm.yaml b/test_cases/default/storage/fio_bm.yaml index 3b0ce3af..d0001ea2 100644 --- a/test_cases/default/storage/fio_bm.yaml +++ b/test_cases/default/storage/fio_bm.yaml @@ -6,12 +6,12 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.7 - pw: r00tme + ip: + pw: role: host machine_2: - ip: 10.20.0.6 - pw: r00tme + ip: + pw: role: host -- cgit 1.2.3-korg