- Jan 31, 2021
-
-
lantz authored
+ text file updates
-
- Jan 30, 2021
-
-
lantz authored
This means that 'mn' will run be default in python3. For python2, run sudo python2 `which mn` Also: - change mn execution line to /usr/bin/python (install seems to change it to python2 or python3) - don't install python-is-python3 package
-
lantz authored
Also tweak README.md, INSTALL, and CONTRIBUTORS
-
lantz authored
thanks to Vintas Avinash closes #1011
-
- Jan 29, 2021
- Jan 28, 2021
-
-
lantz authored
Sometimes we got no output with python 3 on ubuntu 20 This simplifies setLogLevel slightly and should work on python 2 and python 3.
-
- Jan 26, 2021
-
-
lantz authored
fixes #1014
-
- Jan 25, 2021
- Jan 17, 2021
-
-
lantz authored
-
- Jan 14, 2021
- Jan 10, 2021
- Jan 06, 2021
-
-
lantz authored
In certain cases, dp0 and its interfaces were not being cleaned up, probably due to scratchnet.py being killed before it terminated. This in turn caused the natnet test to fail.
-
- Jan 05, 2021
-
-
lantz authored
-
lantz authored
also remove unneeded rm -f pexpect.out since we are not generating that at the moment
-
lantz authored
-
lantz authored
-
lantz authored
Adjusting the tolerance for this test to compensate for apparent performance variation when running as part of github actions CI builds/tests.
-
- Jan 04, 2021
-
-
Giuseppe Di Lena authored
-
lantz authored
-
lantz authored
* 2.3.0a1 * intfoptions and test_intfoptions tweaks also added cleanup() to test_walkthrough fixture
-
lantz authored
Ubuntu 20.04 fixes: - fixes sshd test - speeds up examples/{treeping64,tree1024}.py - debugging hacks/output for testLinkChange - removes cfs from examples/popen.py - improves nat in nodelib (netplan fixes?) - makes some tests executable - waits for switches to connect in tests to avoid race conditions -- adds mn -w option and wait CLI command Changes: - REMOVES default "-v" argument for Controller() and adds verbose(=False) option; avoiding logging makes it faster - CHANGES waitConnected to wait for 5 seconds as documented; we may wish to implement an argument to -w to set this timeout Issues? - There may still be an issue with the ovs-netplan-clean service causing the boot to hang ;-(
-
- Dec 20, 2020
-
-
lantz authored
-
- Dec 14, 2020
-
-
lantz authored
-
Jeff R. Allen authored
* Install correctly on Ubuntu 20.04 Main changes are to avoid pulling in python2 by mistake, and then to make sure to install only python3 packages. Also: Add net-tools which is needed to get ifconfig on newer Ubuntu releases. (admin note: there are still a couple of remaining 20.04 issues but this is helpful)
-
lantz authored
-
lantz authored
-
lantz authored
Initial support for github actions CI builds
-
Bob Lantz authored
-
- Apr 16, 2020
- Apr 09, 2020
-
-
julian.filter authored
-
julian.filter authored
-
julian.filter authored
-
- Apr 05, 2020
-
-
Shan Sikdar authored
-