diff --git a/smoketestoo_native/losmoketest.py b/smoketestoo_native/losmoketest.py index 7cd88d60e230..5da7fd715852 100644 --- a/smoketestoo_native/losmoketest.py +++ b/smoketestoo_native/losmoketest.py @@ -346,6 +346,8 @@ def uninstall(): def init_testing(): logger.info("Initializing ...") + post_testing() + if not os.path.exists(DOWNLOAD_DIR): os.mkdir(DOWNLOAD_DIR)