1 from TestPlc import TestPlc
3 def run01_uninstall (test_plc):
4 return test_plc.uninstall()
5 def run02_install (test_plc):
6 return test_plc.install()
7 def run03_configure (test_plc):
8 return test_plc.configure()
9 def run04_dump_just_installed (test_plc):
10 options.dbname='just-installed'
11 return test_plc.db_dump()