diff options
Diffstat (limited to 'bootstrap-hc2vpp-verify.sh')
-rwxr-xr-x | bootstrap-hc2vpp-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 196fb80ac3..b642da760f 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -219,7 +219,7 @@ fi PYTHONPATH=`pwd` pybot -L TRACE -W 136\ -v TOPOLOGY_PATH:${SCRIPT_DIR}/topologies/enabled/topology.yaml \ - --suite "tests.func" \ + --suite "tests.vpp.func" \ --include HC_FUNC \ --noncritical EXPECTED_FAILING \ tests/ |