Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • cd edgecontroller && make build-dnscli
  • make test-dnscli

Setup Test-Env

enter test dir:

  • cd ../5g-mec-cloud-gaming

...

       versify.sh script first installs Golang and ginkgothen 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

...