diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-04-26 05:56:47 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-04-26 05:57:47 -0400 |
commit | d7d74b23bc0bf00ebb3a8072a42aaf115d49f951 (patch) | |
tree | e0108ecf971417803df3ee54368424de5c0430f7 | |
parent | 4ee4bfd19fd2d9e8328e9594c6eb3a00ec67878d (diff) |
skip ha tc002 and tc012
since these two testcases will kill the host and can't restart
not ready yet, skip.
Change-Id: Icbc7e4f080d32d1ecb59df9fd95cb244d74e4cde
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | dovetail/compliance/proposed_tests.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dovetail/compliance/proposed_tests.yml b/dovetail/compliance/proposed_tests.yml index de5715ff..173a9f2b 100644 --- a/dovetail/compliance/proposed_tests.yml +++ b/dovetail/compliance/proposed_tests.yml @@ -34,9 +34,8 @@ proposed_tests: # nfvi, vping_ssh, vping_userdata - dovetail.nfvi.tc001 - dovetail.nfvi.tc002 - # HA + # HA, ha.tc002, ha.tc012, will kill the host and can't restart, not ready yet, skip. # - dovetail.ha.tc001 - # - dovetail.ha.tc002 # - dovetail.ha.tc003 # - dovetail.ha.tc004 # - dovetail.ha.tc005 @@ -46,4 +45,3 @@ proposed_tests: # - dovetail.ha.tc009 # - dovetail.ha.tc010 # - dovetail.ha.tc011 - # - dovetail.ha.tc012 |