...
Step 1.1. Create VoLTE service with Huawei VNFs and set nf_type parameter to huaweivnfmdriver. Put a screenshot here
Step 1.2 Register a dummy Huawei VNFM from ESR (this is needed by VFC even though we don't use any VNFM in automated testing as we will mock huaweivnfmdriver). Attach a picture here
Step 1.3 Register CloudOwner_RegionOne from ESR. Make sure the ESR VIM entry has esr-system-info-list. If AAI record doesn't have esr-system-info-list for the VIM, update the record.
Step 2. Install MockServer docker in Robot VM
...
Code Block |
---|
ubuntu@onap-robot:~/mockserverclient$ curl -X PUT "http://localhost:1080/retrieve?type=REQUESTS&format=JSON" -d '{ "path": "/controller/v2/tokens" }' |
Step 18. Verify service instance and network entries are created in A&AI
Step 19. Record resource usage of major containers with docker stats command
Code Block |
---|
ubuntu@onap-so:~$ sudo docker stats testlab_mso_1 testlab_mariadb_1 --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" --no-stream
NAME CPU % MEM USAGE / LIMIT
testlab_mso_1 65.26% 3.21GiB / 7.796GiB
testlab_mariadb_1 100.44% 3.323GiB / 7.796GiB |