netplugin
netplugin copied to clipboard
WIP system tests improvements
This PR will make some improvements to the system tests.
This PR includes the following changes right now:
- [ ] lower the time.Sleep to 60 seconds for the Vagrant setup
- [ ] add the l3 tests to an env var
There's no need to have such a long sleep for a Vagrant based setup. The VMs created by Vagrant aren't emulated, they're virtual machines which use hardware acceleration.
Once these changes pass and the L3 tests are fine, I'll make more changes.
build pr
@gkvijay: The BgpTriggerLinkUpDown test is failing now. Do you happen to know something about that? We've got to sort out that issue before we can enable all the tests for the L3 test run.