sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
261 stars 134 forks source link

Python Script Update #325

Closed catherinemeadows closed 2 years ago

catherinemeadows commented 2 years ago

Summary:

The Python script for starting up a chain of NFs was using time.clock() which was deprecated in Python 3.3 so running the script gave an error. I updated to use time.perf_counter().

Usage:

This PR includes
Resolves issues
Breaking API changes
Internal API changes
Usability improvements
Bug fixes 👍🏼
New functionality
New NF/onvm_mgr args
Changes to starting NFs
Dependency updates
Web stats updates

Merging notes:

TODO before merging :

Test Plan:

Ran script with example JSON file and ensured that it timed out correctly for the defined TTL.

twood02 commented 2 years ago

@catherinemeadows you can merge this if it allows you to