diff options
Diffstat (limited to 'functest/opnfv_tests/openstack/refstack_client/tempest_conf.py')
-rw-r--r--[-rwxr-xr-x] | functest/opnfv_tests/openstack/refstack_client/tempest_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py b/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py index 5d429e7c..30590b9e 100755..100644 --- a/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py +++ b/functest/opnfv_tests/openstack/refstack_client/tempest_conf.py @@ -49,7 +49,7 @@ class TempestConf(object): logger.error('Error with run: %s', e) -if __name__ == '__main__': +def main(): logging.basicConfig() tempestconf = TempestConf() tempestconf.main() |