sonata-nfv / tng-communications-pilot

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

Create VnV-test-Com-F4 test (videoconference head-less WebRTC call) #76

Closed antonroman closed 5 years ago

antonroman commented 5 years ago

This test checks if a videoconference can be estabished. ● It uses the Chrome head-less approach for the WebRTC call.

DanielVilaFalcon commented 5 years ago

It is done. Two containers are executed in the VnV test to implement a WebRTC call. We show the output of the command to prove that the WebRTC call was estabished: tcpdump -i lo udp -vv -X | grep "rooms.quobis.com" This command capture the UDP traffic and filter those who comes or goes to URL rooms.quobis.com. The output is similar to: Captura de pantalla de 2019-08-12 14-01-18 If the output is similar to the content shown in the picture, we can confirm that the call has been made successfully.

DanielVilaFalcon commented 5 years ago

Once we have fixed the problem with the VnV, we could do the pending tests. This test try to prove that the WebRTC call from both head-less containers is established successfully, so we show as results the Puppeteer logs and the output of the tcpdump command mentioned in the previous comment. The next pictures show the obtained results from the CLI and from the VnV platform.

imagen

imagen