This page is draft and the separation of the content to different categories is not clearly done. Steps Install git Install virtualbox Install vagrant open git bash git clone https://github.com/nephio-project/test-infra.git && cd test-infra/e2e/provision vagrant up vagrant ssh -- -L 7007:localhost:7007 -L 3000:172.18.0.200:3000 Networking The Vagrant networking will not work on Windows to allow access to the Nephio Web UI and Gitea Web UI due the Hyper-V limitation. Meanwhile, for VirtualBox ...