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