replaced former steps system - that was uselessly cumbersome - with
[tests.git] / system / step_fresh_install.py
diff --git a/system/step_fresh_install.py b/system/step_fresh_install.py
deleted file mode 100644 (file)
index c91d88a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Thierry Parmentelat <thierry.parmentelat@inria.fr>
-# Copyright (C) 2010 INRIA 
-#
-from TestPlc import TestPlc
-
-def run01_uninstall (test_plc):
-    return test_plc.uninstall()
-def run02_install (test_plc):
-    return test_plc.install()
-def run03_configure (test_plc):
-    return test_plc.configure()
-def run04_dump_just_installed (test_plc):
-    options.dbname='just-installed'
-    return test_plc.plc_db_dump()