File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
metallb_dir=" $( dirname $( readlink -f $0 ) ) "
4
4
source ${metallb_dir} /metallb_common.sh
5
5
6
+ TESTS_REPORTS_PATH=" ${TESTS_REPORTS_PATH:-/ logs/ artifacts/ } "
7
+
6
8
export METALLB_REPO=${METALLB_REPO:- https:// github.com/ metallb/ metallb.git}
7
9
[[ -d /usr/local/go ]] && export PATH=${PATH} :/usr/local/go/bin
8
10
@@ -17,6 +19,8 @@ sudo firewall-cmd --zone=libvirt --add-port=179/tcp
17
19
sudo firewall-cmd --zone=libvirt --permanent --add-port=180/tcp
18
20
sudo firewall-cmd --zone=libvirt --add-port=180/tcp
19
21
22
+ mkdir -p " ${TESTS_REPORTS_PATH} "
23
+
20
24
# need to skip L2 metrics test because the pod that's running the tests is not in the
21
25
# same subnet of the cluster nodes, so the arp request that's done in the test won't work.
22
26
SKIP=" \" L2 metrics\" "
@@ -42,4 +46,4 @@ export RUN_FRR_CONTAINER_ON_HOST_NETWORK=true
42
46
inv e2etest --kubeconfig=$( readlink -f ../../ocp/ostest/auth/kubeconfig) \
43
47
--service-pod-port=8080 --system-namespaces=" metallb-system" --skip-docker \
44
48
--ipv4-service-range=192.168.10.0/24 --ipv6-service-range=fc00:f853:0ccd:e799::/124 \
45
- --skip=" ${SKIP} "
49
+ --skip=" ${SKIP} " -e " ${TESTS_REPORTS_PATH} "
You can’t perform that action at this time.
0 commit comments