Run full core test suite (#1000)

also remove unneeded rm -f pexpect.out since we are not
generating that at the moment
This commit is contained in:
lantz
2021-01-04 19:12:43 -08:00
committed by GitHub
parent 26c7c70024
commit 462929b3af
+2 -4
View File
@@ -42,15 +42,13 @@ jobs:
sudo apt-get install -qq vlan
pip install pexpect
util/install.sh -fw
- name: Run tests (quick)
- name: Run core tests
run: |
export sudo="sudo env PATH=$PATH"
export PYTHON=`which python`
rm -f pexpect.out
$sudo $PYTHON mininet/test/runner.py -v -quick
$sudo $PYTHON mininet/test/runner.py -v
- name: Run examples tests (quick)
run: |
export sudo="sudo env PATH=$PATH"
export PYTHON=`which python`
rm -f pexpect.out
$sudo $PYTHON examples/test/runner.py -v -quick