Skip to content

Commit 3c95c31

Browse files
[vnet-vxlan]: Enable post-test sanity check (#2185)
Signed-off-by: Lawrence Lee <[email protected]>
1 parent 78b55e5 commit 3c95c31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/vxlan/test_vnet_vxlan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
logger = logging.getLogger(__name__)
1515

1616
pytestmark = [
17-
pytest.mark.topology("t0")
17+
pytest.mark.topology("t0"),
18+
pytest.mark.sanity_check(post_check=True)
1819
]
1920

2021
def prepare_ptf(ptfhost, mg_facts, dut_facts, vnet_config):

0 commit comments

Comments
 (0)