diff --git a/script.py b/test_all_vlans.py similarity index 96% rename from script.py rename to test_all_vlans.py index eda71e9..1883d04 100644 --- a/script.py +++ b/test_all_vlans.py @@ -57,7 +57,7 @@ from datetime import datetime from pathlib import Path import shutil -timestamp = datetime.now().strftime("%Y%m%d_%H%M%S") + "-test" +timestamp = datetime.now().strftime("%Y%m%d_%H%M%S") + "-test_all_vlans" log_dir = Path("./logs") / timestamp log_dir.mkdir(parents=True, exist_ok=True)