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

Research tng-bench source code #4

Closed qarawlus closed 5 years ago

qarawlus commented 5 years ago

Research and experiment with the tng-bench source code and write ideas on how a development with OSM can take place and which functionality should be added.

bsharma021 commented 5 years ago

The main code part of tng-bench to be edited is the 'executor.py' file along with its relation with vimemu. We will be creating a new p_driver, similar to vimemu-pdriver. Generating experiments would stay the same but with some wrapping modifications to alter it according to the new driver. Rest processes of setting up of platform and setting up, execution and teardown of experiments will be modified according to the new infrastructure of OpenStack and OSM. The exact flow of the existing code can be seen in the attached sequence diagram. Sequence Diagram - tng-sdk-benchmark