summaryrefslogtreecommitdiffstats
path: root/tests/functest/odl-sfc/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Refactor capture_time_logGeorge Paraskevopoulos1-33/+26
Make the logic simpler and generalize timing capabilities with a decorator. Also fetch functionality from this functest commit. https://gerrit.opnfv.org/gerrit/#/c/24559/ Change-Id: I0c6392f384021b8f8a3ce3f740c2e5f980e0078c Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
2016-11-29odl-sfc refactor:Include sfc and utils libraryVijayendra Radhakrishna1-0/+395
- JIRA:SFC-54 - This has not yet taken care of pre-steps in exec_tests.sh - Commonly used functions moved to utils.py - Improvise Threading for capture_time_log using join and timeout - Add get_compute_nodes function and improvise on create_instance for multiple compute node use cases Change-Id: Ia05fea161b191bd548a3010d7e5ef02fcf69da20 Signed-off-by: Vijayendra Radhakrishna <vradhakrishna@mvista.com>