define PLC_MAIL_FROM_ADDRESS
[tests.git] / regrtests / regrtests.cron
1 PL_PATH = "/u/jbagdis/planetlab/tests"
2
3 # update plots
4 */3 *          * * *   cd $PL_PATH; python -c 'import tests; tests.make_plots()'
5
6 # fill/empty slice
7 0 */6          * * *   cd $PL_PATH; python -c 'import tests; tests.empty_slice("princeton_jbagdis")'
8 0 3-23/6       * * *   cd $PL_PATH; python -c 'import tests; tests.fill_slice("princeton_jbagdis")'
9 0 */4          * * *   cd $PL_PATH; python -c 'import tests; tests.empty_slice("princeton_bagdis2")'
10 5 */4          * * *   cd $PL_PATH; python -c 'import tests; tests.fill_slice("princeton_bagdis2")'
11 0 1-23/4       * * *   cd $PL_PATH; python -c 'import tests; tests.add_key("key1")'
12 0 2-23/4       * * *   cd $PL_PATH; python -c 'import tests; tests.update_key("key1", "key2")'
13 0 3-23/4       * * *   cd $PL_PATH; python -c 'import tests; tests.delete_key("key2")'
14
15
16
17 # count nodes
18 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_in_slice_by_api("princeton_jbagdis")' >> $PL_PATH/data/nodes_in_slice
19 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_in_slice_by_api("princeton_bagdis2")' >> $PL_PATH/data/nodes_in_slice2
20 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_by_api()' >> $PL_PATH/data/nodes
21 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_jbagdis", "key0")' >> $PL_PATH/data/nodes_can_ssh
22 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_good_by_comon()' >> $PL_PATH/data/nodes_good
23 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key0")' >> $PL_PATH/data/nodes_can_ssh2_key0
24 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key1")' >> $PL_PATH/data/nodes_can_ssh2_key1
25 * *            * * *   cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key2")' >> $PL_PATH/data/nodes_can_ssh2_key2
26