X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=88b7febf8b7ba7070e5038d35969a20a78883d37;hb=a6052cf6c6ab46ef415ad488cd95f9807c9edf54;hp=5d6268bc9882beb41bf1f47b5882e11f6b6d6c99;hpb=8980ce2087e5dc37a815e6fca78d881bdb22521c;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index 5d6268b..88b7feb 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -179,6 +179,7 @@ class TestPlc: 'qemu_list_all', 'qemu_list_mine', 'qemu_kill_all', SEP, 'sfa_install_core', 'sfa_install_sfatables', 'sfa_install_plc', 'sfa_install_client', SEPSFA, 'sfa_plcclean', 'sfa_dbclean', 'sfa_stop','sfa_uninstall', 'sfi_clean', SEPSFA, + 'sfa_get_expires', SEPSFA, 'plc_db_dump' , 'plc_db_restore', SEP, 'check_netflow','check_drl', SEP, 'debug_nodemanager', 'slice_fs_present', SEP, @@ -1589,6 +1590,8 @@ class TestPlc: @auth_sfa_mapper def sfa_renew_slice(self): pass @auth_sfa_mapper + def sfa_get_expires(self): pass + @auth_sfa_mapper def sfa_discover(self): pass @auth_sfa_mapper def sfa_create_slice(self): pass