Description
VNET TC does not perform tear-down properly. Due to this, the tests executed after VNET (without topology re-creation) will fail.
Steps to reproduce the issue:
- Run FDB TC.
ansible-playbook test_sonic.yml -i inventory --limit <testbed> \
-e testbed_name=<testbed> \
-e testbed_type=t0 -e testcase_name=fdb
- Run VNET TC
ansible-playbook test_sonic.yml -i inventory --limit <testbed> \
-e testbed_name=<testbed> \
-e testbed_type=t0 -e testcase_name=vnet_vxlan
- Run FDB TC again.
Describe the results you received:
- FDB TC passed
- VNET TC passed
- FDB TC failed
Describe the results you expected:
- FDB TC passed
- VNET TC passed
- FDB TC passed
Additional information you deem important:
DUT config before VNET TC exec: cfg-all-after-bgp-tc.txt
DUT config after VNET TC exec: cfg-all-after-vnet-vxlan-tc.txt
Description
VNET TC does not perform tear-down properly. Due to this, the tests executed after VNET (without topology re-creation) will fail.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important:
DUT config before VNET TC exec: cfg-all-after-bgp-tc.txt
DUT config after VNET TC exec: cfg-all-after-vnet-vxlan-tc.txt