nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
93 stars 52 forks source link

Porch end-to-end tests fail for the development environment that is described in the documentation #743

Closed kispaljr closed 3 weeks ago

kispaljr commented 1 month ago

If you run the Porch development environment setup script from the tutorial:

docs/tutorials/porch-development-environment/bin/setup.sh

and then try to run the end-to-end tests:

E2E=1 go test -v ./test/e2e

it will immediately fail without running any tests. Even after fixing the immediate problems, multiple test cases fail.