diff options
| author | josef <josef.gson@gmail.com> | 2015-12-08 10:50:52 +0100 |
|---|---|---|
| committer | josef <josef.gson@gmail.com> | 2015-12-08 10:50:52 +0100 |
| commit | a932cff9da3cf794d84fcc884b2fac189f1bd96d (patch) | |
| tree | b3b02b633cedd68cfe95a6f669e9491cb40d5bf8 /monitor/gaol/gaol_test.py | |
| parent | 53fc45dfe6befeb85ba1f400e89d1d950321729b (diff) | |
reworking logging, testing failure
Diffstat (limited to 'monitor/gaol/gaol_test.py')
| -rwxr-xr-x | monitor/gaol/gaol_test.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor/gaol/gaol_test.py b/monitor/gaol/gaol_test.py index dbcadc4..94eb63e 100755 --- a/monitor/gaol/gaol_test.py +++ b/monitor/gaol/gaol_test.py @@ -23,11 +23,11 @@ def test_consistency_proof(url, idx1, idx2): if __name__ == '__main__': url = CTLOGS[0]["url"] - test_get_entry(url,1) - test_get_entry(url,2) - test_get_entry(url,3) - test_get_entry(url,4) test_get_entry(url,5) + test_get_entry(url,6) + test_get_entry(url,7) + # test_get_entry(url,4) + # test_get_entry(url,5) # test_get_entry(url,6) # test_submission(url, "Progress (n.): The process through which the Internet has evolved from smart people in front of dumb terminals to dumb people in front of smart terminals.") # test_consistency_proof(url, 2, 3)
\ No newline at end of file |
