diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-19 08:40:12 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-24 08:52:33 +0800 |
commit | 012bae528a6981f6d7fb2be3b46756d3fad0239f (patch) | |
tree | df9fbdb81f689b89e25f0e8882b83884b6b946fe /test_cases/default/compute/dpi_bm.yaml | |
parent | 2c042759aa4288dce2d9682768f603518b76bfe3 (diff) |
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 <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'test_cases/default/compute/dpi_bm.yaml')
-rw-r--r-- | test_cases/default/compute/dpi_bm.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test_cases/default/compute/dpi_bm.yaml b/test_cases/default/compute/dpi_bm.yaml index 1bc534b3..14cb6d0d 100644 --- a/test_cases/default/compute/dpi_bm.yaml +++ b/test_cases/default/compute/dpi_bm.yaml @@ -5,13 +5,13 @@ Scenario: Context: Host_Machines: machine_1: - ip: 10.20.0.4 - pw: Op3nStack - role: 1host + ip: + pw: + role: host machine_2: - ip: 10.20.0.5 - pw: Op3nStack - role: 1host + ip: + pw: + role: host Virtual_Machines: Test_Description: Test_category: "Compute" |