Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

[Zeta] Need proper cleanup for the static arp entries in DISABLED_create_auxgateway_test #219

Open
zzxgzgz opened this issue Mar 5, 2021 · 0 comments
Labels
bug Something isn't working Zeta Integration with Zeta

Comments

@zzxgzgz
Copy link
Contributor

zzxgzgz commented Mar 5, 2021

The DISABLED_create_auxgateway_test testcase used to be NOT disabled, meaning that it will run automatically as one of the unit testcases.

However, in aca_CHILD container, which runs the unit tests before running the traffic tests, has the static ARP entries left after the unit tests. After running DISABLED_create_auxgateway_test, you can find the arp entries with this command:

docker exec aca_CHILD arp -n

and you should see that there's a MAC address of fa:17:3e:d7:f2:6d, if we don't clean this up, when we run the traffic tests(DISABLED_2_ports_CREATE_test_traffic_PARENT and DISABLED_2_ports_CREATE_test_traffic_CHILD), the issue #216 will happen.

If you install tcpdump on the aca_CHILD and aca_PARENT containers, and use this command to capture the packets, you will see above mac address associated with the wrong IP.

@er1cthe0ne er1cthe0ne added bug Something isn't working Zeta Integration with Zeta labels Mar 5, 2021
@er1cthe0ne er1cthe0ne changed the title Need proper cleanup for the static arp entries in DISABLED_create_auxgateway_test [Zeta] Need proper cleanup for the static arp entries in DISABLED_create_auxgateway_test Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Zeta Integration with Zeta
Projects
None yet
Development

No branches or pull requests

2 participants