From dc87d9325e98bc161f1ff1898ae64cc82d42be3e Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Sun, 21 Apr 2013 14:26:27 +0530 Subject: [PATCH] naming conventions for test_modules Pythonesque is better. Also test_modules should not have executable bit set as the test runner will not find them. --- test/integration/component/test_asa1000v_fw.py | 0 .../smoke/{test_UpdateCfg.py => test_global_settings.py} | 0 test/integration/smoke/{test_ScaleVm.py => test_scale_vm.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/integration/component/test_asa1000v_fw.py rename test/integration/smoke/{test_UpdateCfg.py => test_global_settings.py} (100%) rename test/integration/smoke/{test_ScaleVm.py => test_scale_vm.py} (100%) diff --git a/test/integration/component/test_asa1000v_fw.py b/test/integration/component/test_asa1000v_fw.py old mode 100755 new mode 100644 diff --git a/test/integration/smoke/test_UpdateCfg.py b/test/integration/smoke/test_global_settings.py similarity index 100% rename from test/integration/smoke/test_UpdateCfg.py rename to test/integration/smoke/test_global_settings.py diff --git a/test/integration/smoke/test_ScaleVm.py b/test/integration/smoke/test_scale_vm.py similarity index 100% rename from test/integration/smoke/test_ScaleVm.py rename to test/integration/smoke/test_scale_vm.py