From: Thierry Parmentelat Date: Thu, 24 Nov 2011 14:27:32 +0000 (+0100) Subject: a macro step for a quick but thorough sfa test starting from scratch X-Git-Tag: tests-5.0-31~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7e32fd1f6bbca70d811a634a6366f04cda7a17b6;p=tests.git a macro step for a quick but thorough sfa test starting from scratch --- diff --git a/system/macro_sfa_scratch.py b/system/macro_sfa_scratch.py new file mode 100644 index 0000000..83b7b97 --- /dev/null +++ b/system/macro_sfa_scratch.py @@ -0,0 +1,13 @@ +sequence=[ + 'show', SEP, + 'vs_delete','timestamp_vs','vs_create', SEP, + 'plc_install', 'plc_configure', 'plc_start', SEP, + 'keys_fetch', 'keys_store', 'keys_clear_known_hosts', SEP, + 'initscripts', 'sites', 'nodes', 'slices', 'nodegroups', 'leases', SEP, + 'nodestate_reinstall', 'qemu_local_init','bootcd', 'qemu_local_config', SEP, + 'qemu_export', 'qemu_kill_mine', 'qemu_start', 'timestamp_qemu', SEP, + 'sfa_install_all', 'sfa_configure', 'cross_sfa_configure', 'sfa_start', 'sfa_import', SEPSFA, + 'sfi_configure@1', 'sfa_add_user@1', 'sfa_add_slice@1', 'sfa_discover@1', SEPSFA, + 'sfa_create_slice@1', 'sfa_check_slice_plc@1', SEPSFA, + 'sfa_update_user@1', 'sfa_update_slice@1', 'sfa_view@1', 'sfa_utest@1',SEPSFA, +]