X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fstep_sfa.py;fp=system%2Fstep_sfa.py;h=1dc046d1d1d9e5abd529f885c62faa3341e7db1a;hb=7f4a9320fef10c7d6417ce3c9438b718f7649745;hp=0000000000000000000000000000000000000000;hpb=86060c0d1d30f491bda3f34be1f4fa7a16230a7d;p=tests.git diff --git a/system/step_sfa.py b/system/step_sfa.py new file mode 100644 index 0000000..1dc046d --- /dev/null +++ b/system/step_sfa.py @@ -0,0 +1,20 @@ +# Thierry Parmentelat +# Copyright (C) 2010 INRIA +# +from TestPlc import TestPlc + +def run01sfa_plcclean (test_plc): return test_plc.sfa_plcclean() +def run02sfa_dbclean (test_plc): return test_plc.sfa_dbclean() +def run03sfa_import (test_plc): return test_plc.sfa_import() +def run04sfi_configure (test_plc): return test_plc.sfi_configure() +def run05sfa_add_user (test_plc): return test_plc.sfa_add_user() +def run06sfa_add_slice (test_plc): return test_plc.sfa_add_slice() +def run07sfa_discover (test_plc): return test_plc.sfa_discover() +def run08sfa_create_slice (test_plc): return test_plc.sfa_create_slice() +def run09sfa_check_slice_plc (test_plc): return test_plc.sfa_check_slice_plc() +def run10sfa_update_user (test_plc): return test_plc.sfa_update_user() +def run11sfa_update_slice (test_plc): return test_plc.sfa_update_slice() +def run12sfa_view (test_plc): return test_plc.sfa_view() +def run13sfa_utest (test_plc): return test_plc.sfa_utest() +def run14sfa_delete_slice (test_plc): return test_plc.sfa_delete_slice() +def run15sfa_delete_user (test_plc): return test_plc.sfa_delete_user()