CN-UPB / tng-sdk-benchmark

5GTANGO SDK tool for fully automated VNF and network service benchmarking and profiling.
https://5gtango.eu
Apache License 2.0
2 stars 6 forks source link

Integration and Bug Fixes #62

Open qarawlus opened 4 years ago

qarawlus commented 4 years ago

From now we should monitor the integration process with the benchmarking team.

This issue is designed to track bug fixes and updates done to the tng-bench tool. Major bugs should have their own issues.

qarawlus commented 4 years ago

Update #1: Setup VPN connection with benchmarking team. Also setup OSM and Openstack and their connection as well.

qarawlus commented 4 years ago

Update: Scripts in the MP are not being placed inside the home folder of user ubuntu.

bsharma021 commented 4 years ago

Scripts can be and should be placed in the topmost directory / and can be accessed later considering that the commands will always be executed at /. You won't be able to put it in "ubuntu" user home directory as it is not created before first boot, rest other places can be used, for e.g., /opt or /.

qarawlus commented 4 years ago

Fix for host error: Steps to reproduce: Call ./stack.sh after unstack.sh without clean.sh

Solution: Call clean.sh then stack.sh, it should generate a new namespace for openstack to use to deploy hosts

qarawlus commented 4 years ago

There is an issue with creating the CSV files. The result processor is not seeing the result files that are retrieved by the pdriver. I will fix it and push an update tonight.

qarawlus commented 4 years ago

Integration Update:

qarawlus commented 4 years ago

Pushed a new patch to tng-bench in #90 due to suspected memory problems when using Paramiko that causes the experiment to crash after 10 or so runs

bsharma021 commented 4 years ago

The following bugs were also fixed: