summaryrefslogtreecommitdiff
path: root/tests/pytest.at
blob: 0e75da4c4a255c0456143d0a3c2df58c4a056a8d (plain)
1
2
3
4
5
6
7
8
AT_BANNER([Python unit tests])

# Run pytest unit tests.
AT_SETUP([Pytest unit tests - Python3])
AT_KEYWORDS([python])
AT_SKIP_IF([test "$HAVE_PYTEST" = "no"])
AT_CHECK([$PYTHON3 -m pytest $top_srcdir/python/ovs],[0], [ignore], [ignore])
AT_CLEANUP()