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 802802 builders :
803803 - skydive-cleanup
804804 - skydive-test :
805- 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
805+ test : scripts/ci/run-hw -functional-tests.sh
806806 publishers :
807807 - junit :
808808 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