Commit graph

3274 commits

Author SHA1 Message Date
zanefisher
b991cdc21d 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
94f2cd40ed 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
zhengyuyu
f0258ea82c 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
4c10490b1c 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
dachshund
edec089965 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
zanefisher
e059cf814b 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
ttgump
2a8cbb4d5b 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
4d7d4bab8d 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
dachshund
bf17b00423 Add a filter to the logging console handler to simplify exception text. 2013-09-13 17:01:18 -04:00
ttgump
3d924ff038 Merge branch 'demo2', remote-tracking branch 'upstream/demo2' into demo2 2013-09-13 16:46:13 -04:00
zanefisher
f4eedf1d62 Rename boolean perameter 'TUF' to 'using_tuf' in every test. 2013-09-13 15:30:11 -04:00
zanefisher
a397e208cd 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
8d8c223123 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
zanefisher
f2517e1717 Clean up extraneous dependencies test following Vlad's review. 2013-09-13 13:38:50 -04:00
vladdd
83ac535d32 Fix test_updater.py test case failure
Rebuild server repository in test_5_all_targets() - other test cases may not have properly restored the contents of the repository.
2013-09-13 09:54:10 -04:00
vladdd
d8841544e4 Fix test_updater.py test case failure
Rebuild server repository in test_5_all_targets() - other test cases may not have properly restored the contents of the repository.
2013-09-13 09:54:10 -04:00
vladdd
42a8c086f3 Continue minor edits of PyCrypto changes
Improve the comments of keystore.py and rsa_key.py.
2013-09-13 08:18:40 -04:00
zanefisher
4f8054755c Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-12 14:54:25 -04:00
zanefisher
d75e47f2cd Merge remote-tracking branch 'upstream/demo2' into demo2 2013-09-12 14:54:25 -04:00
zanefisher
a5692a1441 Update extraneous dependecies test to expect the new NoWorkingMirrorError. 2013-09-12 14:53:57 -04:00
zanefisher
a3fbb50b2a Update extraneous dependecies test to expect the new NoWorkingMirrorError. 2013-09-12 14:53:57 -04:00
vladdd
372bcbda3f Minor code updates to keystore.py 2013-09-12 14:22:08 -04:00
vladdd
1513065a04 Update unittest_toolbox.py following .key format and keystore changes 2013-09-12 13:04:07 -04:00
vladdd
b89d6fb853 Update test_keystore.py following .key format and keystore changes 2013-09-12 13:02:54 -04:00
vladdd
ffd4f485ed Store in .key files the number of PBKDF2 iterations used 2013-09-12 12:58:56 -04:00
vladdd
8c7bee515a Relocate the default PBKDF2 iterations to tuf.conf 2013-09-12 12:50:11 -04:00
vladdd
04c4ffe2e2 Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-12 08:14:47 -04:00
vladdd
c390c41ed6 Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-12 08:14:47 -04:00
vladdd
dc146f97a1 Fix test_util_test_tools.py test case failure
Clear the keystore before initializing the util_test_tools.py repository and again after every test case exits.
2013-09-12 08:14:18 -04:00
vladdd
3111c22c63 Fix test_util_test_tools.py test case failure
Clear the keystore before initializing the util_test_tools.py repository and again after every test case exits.
2013-09-12 08:14:18 -04:00
dachshund
dd0919c673 Merge remote-tracking branch 'origin/demo2' into demo2 2013-09-11 17:46:47 -04:00
dachshund
d39264b94c Merge remote-tracking branch 'origin/demo2' into demo2 2013-09-11 17:46:47 -04:00
dachshund
26551b95c9 Fix #102. 2013-09-11 17:46:29 -04:00
dachshund
f026a998a9 Fix #102. 2013-09-11 17:46:29 -04:00
vladdd
a749c1d6bf Fix test_keystore.py unit test failure
Ensure the keystore is empty prior to running the test cases.  The courtesy bug is spreading.
2013-09-11 13:33:28 -04:00
vladdd
a1132af5af Fix test_keystore.py unit test failure
Ensure the keystore is empty prior to running the test cases.  The courtesy bug is spreading.
2013-09-11 13:33:28 -04:00
vladdd
b7d86eca36 Fix unit test failure in test_roledb.py
Ensure roledb is empty prior to running the test cases.  roledb.py may have been modified by other unit tests that did not properly clean up.
2013-09-11 12:36:44 -04:00
vladdd
7e98cb8269 Fix unit test failure in test_roledb.py
Ensure roledb is empty prior to running the test cases.  roledb.py may have been modified by other unit tests that did not properly clean up.
2013-09-11 12:36:44 -04:00
vladdd
51997cba5d Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-11 11:04:48 -04:00
vladdd
ae1f549a49 Merge branch 'demo2' of https://github.com/theupdateframework/tuf into demo2 2013-09-11 11:04:48 -04:00