File: verify.sh

package info (click to toggle)
python-openflow 2019.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,204 kB
  • sloc: python: 6,635; makefile: 4; sh: 4
file content (6 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

cd debian/tests/test_foundation
python3 -m unittest test_base.py
python3 -m unittest test_basic_types.py
python3 -m unittest test_network_types.py