1 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
2 # Copyright (C) 2010 INRIA
6 "release local resources (stop vs, kill qemus, clean trackers)"
7 sequences['free_all'] = [ 'vs_stop', 'qemu_kill_mine', ]
9 sequences['sfa_restart'] = [
21 "re-run a complete sfa cycle from a nightly test"
31 'sfa_check_slice_plc',
40 sequences['sfa_create'] = [
42 # nuke sometimes requires the service to be stopped b/c of db locks apparently
55 sequences['sfa_provision'] = [
58 'sfa_check_slice_plc',
62 # run the whole SFA stuff but from scratch, new vs all reinstalled and all
63 sequences['sfa_scratch'] = [
65 'vs_delete','timestamp_vs','vs_create',
66 'plc_install', 'plc_configure', 'plc_start',
67 'keys_fetch', 'keys_store', 'keys_clear_known_hosts',
68 'initscripts', 'sites', 'nodes', 'slices', 'nodegroups', 'leases',
69 'nodestate_reinstall', 'qemu_local_init','bootcd', 'qemu_local_config',
70 'qemu_export', 'qemu_kill_mine', 'qemu_start', 'timestamp_qemu',
71 'sfa_install_all', 'sfa_configure', 'cross_sfa_configure', 'sfa_start', 'sfa_import',
72 'sfi_configure', 'sfa_add_user', 'sfa_add_slice', 'sfa_discover',
73 'sfa_create_slice', 'sfa_check_slice_plc',
74 'sfa_update_user', 'sfa_update_slice', 'sfi_view_all', 'sfa_utest',
77 sequences['sfi_view_all'] = [
83 # macro to exercice the registry only
84 # this requires the sfavoid config
85 # so that flavour=void and thus sfa-plc is not required
87 # this initially was just a convenience to setup a reduced depl.
88 # clearly there is a lot more to check here in terms of consistency
89 sequences['sfa_standalone'] = [
97 'cross_sfa_configure',