File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 825825 builders :
826826 - skydive-cleanup
827827 - skydive-test :
828- test : BACKEND=elasticsearch WITH_EBPF=true WITH_VPP=true TEST_PATTERN='(EBPF|SRIOV|VPP|Libvirt)' TAGS="$TAGS libvirt_tests sriov_tests" scripts/ci/run-functional-tests.sh
828+ test : scripts/ci/run-hw -functional-tests.sh
829829 publishers :
830830 - junit :
831831 results : tests.xml
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ set -v
4+ set -e
5+
6+ DIR=" $( dirname " $0 " ) "
7+
8+ . " $DIR /run-tests-utils.sh"
9+ network_setup
10+
11+ # Build the skydive executable for starting seeds
12+ make WITH_VPP=true
13+
14+ WITH_OVN=true WITH_OPENCONTRAIL=false WITH_EBPF=true WITH_VPP=true \
15+ SKYDIVE_SEED_EXECUTABLE=$GOPATH /bin/skydive \
16+ BACKEND=elasticsearch TEST_PATTERN=' (EBPF|SRIOV|VPP|Libvirt)' \
17+ TAGS=" $TAGS libvirt_tests sriov_tests" tests_run
18+
19+ exit $RETCODE
You can’t perform that action at this time.
0 commit comments