Support for Ubuntu 22.04 and 20.04.

- Update Mininet version
- Install pexpect with pip to support python 3 and 2
- Update code-check workflow
  - refactor to enable testing python 2 on ubuntu 22.04
  - update to actions/checkout@v3 (@v2 is deprecated)

errata:

mountCgroups has not actually been renamed, but has been
changed to use cgroupfs-mount and to return the cgroups version.
This commit is contained in:
lantz
2023-04-24 19:20:25 -07:00
committed by GitHub
parent 4cfe97ee49
commit a2cb3e4051
5 changed files with 24 additions and 31 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot,
from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE
VERSION = "2.3.1b1"
VERSION = "2.3.1b2"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."