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

Correct osmclient library output to be inline with tng-bench logging #92

Closed qarawlus closed 4 years ago

qarawlus commented 4 years ago

The OsmClient library that we integrated into our repo uses print statements to output the status of the operations that it is doing. This is not in line with the output standard used by tng-bench. The library should be modified to produce a logging output instead of simple print statements.

bsharma021 commented 4 years ago

The issue has been solved and merged in #93