fixed a glitch that cause sfa-delete-user to fail
[tests.git] / system / step_sfa.py
1 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
2 # Copyright (C) 2010 INRIA 
3 #
4 from TestPlc import TestPlc
5
6 def run01sfa_plcclean (test_plc):   return test_plc.sfa_plcclean()
7 def run02sfa_dbclean (test_plc):   return test_plc.sfa_dbclean()
8 def run03sfa_import (test_plc):   return test_plc.sfa_import()
9 def run04sfi_configure (test_plc):   return test_plc.sfi_configure()
10 def run05sfa_add_user (test_plc):   return test_plc.sfa_add_user()
11 def run06sfa_add_slice (test_plc):     return test_plc.sfa_add_slice()
12 def run07sfa_discover (test_plc):     return test_plc.sfa_discover()
13 def run08sfa_create_slice (test_plc):     return test_plc.sfa_create_slice()
14 def run09sfa_check_slice_plc (test_plc):     return test_plc.sfa_check_slice_plc()
15 def run10sfa_update_user (test_plc):     return test_plc.sfa_update_user()
16 def run11sfa_update_slice (test_plc):     return test_plc.sfa_update_slice()
17 def run12sfa_view (test_plc):     return test_plc.sfa_view()
18 def run13sfa_utest (test_plc):     return test_plc.sfa_utest()
19 def run14sfa_delete_slice (test_plc):     return test_plc.sfa_delete_slice()
20 def run15sfa_delete_user (test_plc):     return test_plc.sfa_delete_user()