...
- cd edgecontroller && make build-dnscli
- make test-dnscli
Setup Test-Env
enter test dir:
- cd ../5g-mec-cloud-gaming
Execute the versify.sh script to setup the test environment:
versify.sh script first installs Golang and ginkgo,then installs docker and docker-compose.
Unit Test
This part is also included in versify.sh script. The test commands for the three submodules are as follows:
- make -C 5GCEmulator/ngc build && make -C 5GCEmulator/ngc test-unit-nef
- make -C edgenode networkedge
- make -C edgecontroller build-dnscli && make -C edgecontroller test-dnscli
Test results
5GCEmulator
EdgeNode
EdgeController
CI/CD logs
Pushed to the Nexus server.
...