-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
4.14
-
No
-
False
-
In CNI cert case 03673018, Cisco reported two issues with the test results:
1) The test attempts to phone home to fetch an updated test suite. However, the test cluster is operating behind a proxy, and can't phone home without knowing about the proxy.
The partner ran the test following the command in the GitBook document at https://redhat-connect.gitbook.io/openshift-badges/badges/container-network-interface-cni/workflow/running-the-cni-tests.
2) The results.txt file contains "\n" separating each line of output instead of real newlines.
Command used by partner:
sudo docker run --network=host -v pwd:/data:z --rm -it registry.redhat.io/openshift4/ose-tests:v4.14 sh -c "KUBECONFIG=/data/kubeconfig.yaml /usr/bin/openshift-tests run openshift/network/third-party -o /data/results.txt"
Results.txt file is attached.