X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=system%2FTestPlc.py;h=01b6ee49b2b0e3a33b5863632def90544b6efd7f;hb=2cc347a469fc582805a3d7b859f8ee9446be2307;hp=88b7febf8b7ba7070e5038d35969a20a78883d37;hpb=a6052cf6c6ab46ef415ad488cd95f9807c9edf54;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index 88b7feb..01b6ee4 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -153,7 +153,8 @@ class TestPlc: 'sfa_register_user@1', 'sfa_update_user@1', 'sfa_register_slice@1', 'sfa_renew_slice@1', SEPSFA, 'sfa_remove_user_from_slice@1','sfi_show_slice_researchers@1', 'sfa_insert_user_in_slice@1','sfi_show_slice_researchers@1', SEPSFA, - 'sfa_discover@1', 'sfa_create_slice@1', 'sfa_check_slice_plc@1', 'sfa_update_slice@1', SEPSFA, + 'sfa_discover@1', 'sfa_rspec@1', 'sfa_allocate@1', 'sfa_provision@1', SEPSFA, + 'sfa_check_slice_plc@1', 'sfa_update_slice@1', SEPSFA, 'sfi_list@1', 'sfi_show_site@1', 'sfa_utest@1', SEPSFA, # we used to run plcsh_stress_test, and then ssh_node_debug and ssh_node_boot # but as the stress test might take a while, we sometimes missed the debug mode.. @@ -1594,7 +1595,11 @@ class TestPlc: @auth_sfa_mapper def sfa_discover(self): pass @auth_sfa_mapper - def sfa_create_slice(self): pass + def sfa_rspec(self): pass + @auth_sfa_mapper + def sfa_allocate(self): pass + @auth_sfa_mapper + def sfa_provision(self): pass @auth_sfa_mapper def sfa_check_slice_plc(self): pass @auth_sfa_mapper