diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-05-11 08:31:21 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-05-11 08:35:47 -0400 |
commit | 5c5afdf9d099163e136dd0f4425903c2cf412c01 (patch) | |
tree | bfc10d81d1f7d49679bf780d2acb8acc279e5d20 | |
parent | 4c254bc9dc3ea11daf22d408f331930b8e063227 (diff) |
bugfix of wrong testcase name
JIRA: DOVETAIL-430
this is wrong before(ipv6.tc023 same to ipv6.tc019),
fixed according to https://gerrit.opnfv.org/gerrit/#/c/34577/
Change-Id: I3d996a7c2adffc305b0f8fa6bcd87e4e6e4c5b7e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | dovetail/testcase/ipv6.tc023.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/testcase/ipv6.tc023.yml b/dovetail/testcase/ipv6.tc023.yml index aea1a12b..8b816252 100644 --- a/dovetail/testcase/ipv6.tc023.yml +++ b/dovetail/testcase/ipv6.tc023.yml @@ -10,4 +10,4 @@ dovetail.ipv6.tc023: dest_path: /home/opnfv/repos/functest/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt report: sub_testcase_list: - - tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os[compute,id-76f26acd-9688-42b4-bc3e-cd134c4cb09e,network,slow] + - tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os[compute,id-b6399d76-4438-4658-bcf5-0d6c8584fde2,network,slow] |