Skip to content

Commit 39d9f35

Browse files
CherryPicked: [cnv-4.22] net, localnet: De-quarantine IPv6 visibility test (#5144)
Cherry-pick from `main` branch, original PR: #5094, PR owner: nirdothan Signed-off-by: Nir Dothan <ndothan@redhat.com> Co-authored-by: Nir Dothan <ndothan@redhat.com>
1 parent 3eddf37 commit 39d9f35

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/network/localnet/test_default_bridge.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
LOCALNET_BR_EX_INTERFACE,
1212
LOCALNET_BR_EX_INTERFACE_NO_VLAN,
1313
)
14-
from utilities.constants import QUARANTINED
1514
from utilities.virt import migrate_vm_and_verify
1615

1716

@@ -61,10 +60,6 @@ def test_connectivity_post_migration_between_localnet_vms(
6160
@pytest.mark.s390x
6261
@pytest.mark.usefixtures("nncp_localnet")
6362
@pytest.mark.polarion("CNV-12363")
64-
@pytest.mark.xfail(
65-
reason=f"{QUARANTINED}: The requested IPv6 address is assigned but not visible in VMI: CNV-80582",
66-
run=False,
67-
)
6863
def test_vmi_reports_ip_on_secondary_interface_without_vlan(
6964
localnet_running_vms,
7065
):

0 commit comments

Comments
 (0)