sonata-nfv / tng-communications-pilot

5GTANGO Communications pilot repository
Apache License 2.0
0 stars 12 forks source link

Create VnV-test-Com-P1b test (RTT from generic app) #69

Closed antonroman closed 5 years ago

antonroman commented 5 years ago

This tests checks the RTT of an UDP packet sent sent to the VNF-MS VNF from a generic application. ● The traffic of the call needs to access through the ingress ● iperf can be used for this

DanielVilaFalcon commented 5 years ago

It is done. A container runs a ping command and we will be able to get the RTT in the VnV platform.

DanielVilaFalcon commented 5 years ago

Once the problems with the VnV were fixed, the test has been completed successfully. The process to do the test is the following:

-Upload both .tgo files to the VnV platform. It can be done from command line interface: tng-cli -u http://pre-int-vnv-bcn.5gtango.eu package -u <path .tgo>

Once both packages are uploaded, and if the testing tag flags of the project.yml match each other, the platform deploys the service in the qual-sp and executes the test. It shows as result the content of the result.log file locate in /output/${PROBE}/$HOSTNAME/results.log

imagen It is also possible to check the content of the results.log file from the CLI:

tng-cli -u http://pre-int-vnv-bcn.5gtango.eu result -g <Result_UUID>

imagen

DanielVilaFalcon commented 5 years ago

I have included the comparison between the obtained result and the requirements. image

I have done it with the command "qperf". It is listening in the MS-VNF as a server and the client is running in the V&V probe The complete qperf's results are: image