X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=federation%2Fregrtests.cron;fp=federation%2Fregrtests.cron;h=0000000000000000000000000000000000000000;hb=99614350fe2a41ee9d15cf803e8b8c041299ab3a;hp=071292391159bc3d52dbcd5b54fcc25b83b693c4;hpb=8bf032853c901e5978a079f1764aa94b3c0b672d;p=tests.git diff --git a/federation/regrtests.cron b/federation/regrtests.cron deleted file mode 100644 index 0712923..0000000 --- a/federation/regrtests.cron +++ /dev/null @@ -1,26 +0,0 @@ -PL_PATH = "/u/jbagdis/planetlab/tests" - -# update plots -*/3 * * * * cd $PL_PATH; python -c 'import tests; tests.make_plots()' - -# fill/empty slice -0 */6 * * * cd $PL_PATH; python -c 'import tests; tests.empty_slice("princeton_jbagdis")' -0 3-23/6 * * * cd $PL_PATH; python -c 'import tests; tests.fill_slice("princeton_jbagdis")' -0 */4 * * * cd $PL_PATH; python -c 'import tests; tests.empty_slice("princeton_bagdis2")' -5 */4 * * * cd $PL_PATH; python -c 'import tests; tests.fill_slice("princeton_bagdis2")' -0 1-23/4 * * * cd $PL_PATH; python -c 'import tests; tests.add_key("key1")' -0 2-23/4 * * * cd $PL_PATH; python -c 'import tests; tests.update_key("key1", "key2")' -0 3-23/4 * * * cd $PL_PATH; python -c 'import tests; tests.delete_key("key2")' - - - -# count nodes -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_in_slice_by_api("princeton_jbagdis")' >> $PL_PATH/data/nodes_in_slice -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_in_slice_by_api("princeton_bagdis2")' >> $PL_PATH/data/nodes_in_slice2 -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_by_api()' >> $PL_PATH/data/nodes -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_jbagdis", "key0")' >> $PL_PATH/data/nodes_can_ssh -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_good_by_comon()' >> $PL_PATH/data/nodes_good -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key0")' >> $PL_PATH/data/nodes_can_ssh2_key0 -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key1")' >> $PL_PATH/data/nodes_can_ssh2_key1 -* * * * * cd $PL_PATH; python -c 'import tests; tests.count_nodes_can_ssh("princeton_bagdis2", "key2")' >> $PL_PATH/data/nodes_can_ssh2_key2 -