diff options
Diffstat (limited to 'functest/opnfv_tests/sdn/onos')
-rw-r--r--[-rwxr-xr-x] | functest/opnfv_tests/sdn/onos/sfc/sfc.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/functest/opnfv_tests/sdn/onos/sfc/sfc.py b/functest/opnfv_tests/sdn/onos/sfc/sfc.py index a2dd7e9a..2bb9082c 100755..100644 --- a/functest/opnfv_tests/sdn/onos/sfc/sfc.py +++ b/functest/opnfv_tests/sdn/onos/sfc/sfc.py @@ -165,14 +165,10 @@ def PushDB(status, info): def main(): """Script to Test the SFC scenarios in ONOS.""" + logging.basicConfig() PreConfig() CreateNodes() ConfigSfc() VerifySfcTraffic() CleanUp() PushDB("PASS", "") - - -if __name__ == '__main__': - logging.basicConfig() - main() |