Commit graph

595 commits

Author SHA1 Message Date
vladdd
2f32ea9424 test_extraneous_dependencies_attack.py: python 3 compatability
Also fix print statements.
2013-09-23 21:07:35 -04:00
vladdd
67b886d5e0 test_endless_data_attack.py: Fix indentation
Also help with Python 3 compatability.
2013-09-23 21:02:17 -04:00
vladdd
3f41b96f7f Fix extraneous new lines in test_delegations.py 2013-09-23 20:55:34 -04:00
vladdd
0a94661d99 Fix print statements and help with python 3 compatability
test_arbitrary_package_attack.py.
2013-09-23 20:52:16 -04:00
vladdd
de6a5161c4 Add missing docstring to remove_console_handler() and minor edits 2013-09-23 19:54:47 -04:00
vladdd
c65a1aaf38 Fix link that discusses setting the time for all logging formatters 2013-09-23 19:33:25 -04:00
vladdd
2163400892 Fix how the private key is checked prior to verifying a signature 2013-09-23 14:33:55 -04:00
vladdd
cbb76d1a80 Fix ignored placeholder variable names
'junk' signifies that this variable is not needed and thus discarded, however, it hides what is returned.  Include the junk and what is returned so the variable name is more descriptive.
2013-09-23 14:17:36 -04:00
vladdd
312e6398d6 Fix typo: missing the word 'key' 2013-09-23 14:04:13 -04:00
vladdd
7d691011e5 Resolve conflicts from demo 2 updates 2013-09-23 13:38:18 -04:00
dachshund
d7899e536b Fix typo. 2013-09-18 03:18:51 -04:00
dachshund
ab7804967b Merge remote-tracking branch 'origin/develop' into develop 2013-09-18 03:13:32 -04:00
dachshund
85125c4a4f Better error formatting. 2013-09-18 03:12:39 -04:00
dachshund
6e28eee452 Merge branch 'demo2' into develop 2013-09-17 23:38:06 -04:00
dachshund
a0f437b2e4 Better string representation of NoWorkingMirrorError. 2013-09-17 23:36:48 -04:00
dachshund
b0e328be53 Fix replay attack integration test.
Merge remote-tracking branch 'origin/demo2' into demo2

Conflicts:
	tests/integration/test_replay_attack.py
2013-09-17 23:02:17 -04:00
dachshund
4e42a091a2 Fix replay attack integration test. 2013-09-17 22:59:26 -04:00
vladdd
b17b53112c Resolve merge conflicts 2013-09-17 21:10:51 -04:00
vladdd
81831b861e Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-17 20:23:11 -04:00
vladdd
98ae4a6d68 Fix docstring indentation in test_arbitrary_package_attack.py 2013-09-17 20:20:55 -04:00
vladdd
6964c331fc Merge branch 'demo2' of https://github.com/zanefisher/tuf into zanefisher-demo2 2013-09-17 20:04:03 -04:00
dachshund
91aff1c420 Merge #108. 2013-09-17 20:02:54 -04:00
dachshund
61be096ad9 Merge branch 'demo2' of https://github.com/zhengyuyu/tuf into zhengyuyu-demo2 2013-09-17 19:38:26 -04:00
vladdd
06fcf73839 Update key size comments for rsa_key.py & signerlib.py - issue #112 2013-09-17 10:11:23 -04:00
ttgump
0f71b7604d fix of connection refused 2013-09-16 11:12:18 -04:00
ttgump
21c74ae995 Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-16 10:59:56 -04:00
ttgump
c393507fcd fetch upstream 2013-09-16 10:57:23 -04:00
vladimir-v-diaz
cc0d7f9e89 Update test_util_test_tools.py following change to util_test_tools.init_repo()
A util_test_tools.init_repo() parameter name was changed from 'tuf' to 'using_tuf', however, test_util_test_tools was not updated following the name change.
2013-09-16 09:09:40 -04:00
vladimir-v-diaz
42479b1d60 Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-16 08:28:27 -04:00
zanefisher
0fd5e36909 Clean up after botched merge (oops). Add try/finally to endless data test to ensure temp files are always removed. 2013-09-14 16:58:01 -04:00
zanefisher
0ff714cd40 Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-14 16:47:36 -04:00
zanefisher
613cb19898 Bring back tuf/log.py from edec089965. 2013-09-14 16:47:04 -04:00
ttgump
c74a2d495f util_test_tools.init_repo parameter fix 2013-09-14 15:46:25 -04:00
ttgump
a688a6d06f indention fix 2013-09-14 12:34:01 -07:00
ttgump
2fc73dd468 Merge remote-tracking branch 'origin/demo2' into demo2 2013-09-14 12:31:15 -07:00
dachshund
e003db34c5 Add a log message. 2013-09-14 00:07:26 -04:00
dachshund
8187be5232 Simplify exception text in console handler. 2013-09-13 23:47:37 -04:00
ttgump
384626cff9 test_mix_and_match_attack and test_indefinite_freeze_attack refactory fix 2013-09-13 19:14:32 -04:00
zanefisher
4a08c0c25e Redo accidentally undone changes. 2013-09-13 18:52:47 -04:00
zhengyuyu
7ef2e4b381 Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-13 18:39:42 -04:00
zhengyuyu
ccbaa6fab4 Fix test_delegations.py
Made changes that ensure it raises correct exception based on the refactored version of updater.py and download.py
2013-09-13 18:38:52 -04:00
dachshund
fe100ab80a Remove executable bits on some non-executable files. 2013-09-13 17:59:31 -04:00
dachshund
b5263e4322 Fix variable shadow bug, use absolute import in two integration tests. 2013-09-13 17:39:57 -04:00
zanefisher
502a0102ec More integration test tidying-up 2013-09-13 17:39:29 -04:00
ttgump
bb3178091a Merge branch 'demo2', remote-tracking branch 'upstream/demo2' into demo2 2013-09-13 17:36:32 -04:00
dachshund
4c81247bc9 Offer option to remove console handler; fix variable shadow bug.
The rest of the integration tests will need updates due to the fix of
the variable shadow bug.
2013-09-13 17:34:51 -04:00
dachshund
e577b3500e Add a filter to the logging console handler to simplify exception text. 2013-09-13 17:01:18 -04:00
zanefisher
f4eedf1d62 Rename boolean perameter 'TUF' to 'using_tuf' in every test. 2013-09-13 15:30:11 -04:00
zanefisher
419b1dc24e Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-13 13:39:44 -04:00
zanefisher
32427505ac Clean up extraneous dependencies test following Vlad's review. 2013-09-13 13:38:50 -04:00