python-tuf/tests
Lukas Puehringer 842f843210 Remove duplicate testing simple_server.py
tests/simple_server.py was copied to tuf/scripts/ to "make testing
easier" (cf84d3f51f), although with
the current test setup the original (and recently patched to fix an
Windows/Py2 test issue) test simple_server.py can be used just as
well.

This commit:
- removes tuf/scripts/simple_server.py
  Note: that version slightly differed from the original test
  server, probably due to demands by the linter that is only executed
  on the tuf core code and not on the tests. However, for the testing
  purposes of simple_server.py these changes (i.e., `SystemRandom()`,
  `if __name__ =='__main__':`) are not necessary.
- updates the tests that used tuf.scripts.simple_server to instead
  use tests.simple_server,
- updates setup.py to not install the simple_server module as
  script, when installing tuf, as it is only a testing script and
  not meant for end-user usage.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2020-02-25 14:55:36 +01:00
..
repository_data Add two ed25519 key pairs for updater tests 2019-10-07 11:59:40 +02:00
ssl_certs Test: add https test with expired server certificate 2018-09-26 14:15:36 -04:00
.coveragerc Move omit to run section in .coveragerc 2019-07-11 14:32:49 +02:00
__init__.py Support ISO 8601, vendor iso8601, clean codebase. 2014-04-19 14:27:53 -04:00
aggregate_tests.py Install TUF in editable mode in tox builds 2019-07-11 14:32:49 +02:00
proxy_server.py fix-up tests package word spelling mistake 2019-08-30 22:31:00 +08:00
simple_https_server.py Test: add proxy certs and reorganize certs in test data dir 2018-09-21 13:13:52 -04:00
simple_server.py Fix failing AppVeyor Python2.7 tests 2020-02-24 16:32:26 +01:00
slow_retrieval_server.py DOC: Clarify and correct comments on download timeouts 2018-09-10 16:30:32 -04:00
test_arbitrary_package_attack.py just format 2019-09-17 13:11:48 +02:00
test_developer_tool.py Use TUF exceptions instead of SSL exceptions where appropriate 2019-09-17 11:19:04 +02:00
test_download.py Remove uses of securesystemslib.util.TempFile 2019-10-14 12:37:34 +02:00
test_endless_data_attack.py Fix 'IOError: [Error 0] Error' exception raised in test_endless_data_attack.py 2018-04-23 11:51:01 -04:00
test_exceptions.py Rename license files in modules 2018-02-05 11:31:19 -05:00
test_extraneous_dependencies_attack.py Modify URL comparison in test_extraneous_dependencies_attack.py 2018-04-20 10:58:57 -04:00
test_formats.py Remove deprecated securesystemslib.formats schemas 2019-09-17 10:28:10 +01:00
test_indefinite_freeze_attack.py test: extend sleep in testing after spawning server processes 2018-11-06 09:59:24 -05:00
test_init.py Rename license files in modules 2018-02-05 11:31:19 -05:00
test_key_revocation_integration.py fix-up some spelling mistakes 2019-09-26 00:52:21 +08:00
test_keydb.py Use TUF exceptions instead of SSL exceptions where appropriate 2019-09-17 11:19:04 +02:00
test_log.py Make sure the default log file doesn't exist prior to test condition 2018-06-18 10:42:09 -04:00
test_mirrors.py Minor cosmetic change to URL creation 2018-04-20 10:57:30 -04:00
test_mix_and_match_attack.py Use TUF exceptions instead of SSL exceptions where appropriate 2019-09-17 11:19:04 +02:00
test_multiple_repositories_integration.py Remove duplicate testing simple_server.py 2020-02-25 14:55:36 +01:00
test_proxy_use.py Merge pull request #803 from theupdateframework/test_delay_increases 2018-11-14 13:39:23 -05:00
test_replay_attack.py Modify URL comparison in test_replay_attack.py 2018-04-20 10:59:43 -04:00
test_repository_lib.py Fix tests that use non-public sslib module 2020-02-06 17:40:29 +01:00
test_repository_tool.py roledb: Make get_dirty_roles() return sorted list 2019-12-16 15:16:24 +01:00
test_roledb.py roledb: Make get_dirty_roles() return sorted list 2019-12-16 15:16:24 +01:00
test_root_versioning_integration.py Update unit tests affected by change to target filepaths 2018-04-06 13:18:33 -04:00
test_sig.py Update docs and comments in sig.py and test_sig.py 2020-01-10 11:26:07 +01:00
test_slow_retrieval_attack.py test: extend sleep in testing after spawning server processes 2018-11-06 09:59:24 -05:00
test_tutorial.py test: Misc update in test_tutorial 2019-12-16 15:16:24 +01:00
test_unittest_toolbox.py Rename license files in modules 2018-02-05 11:31:19 -05:00
test_updater.py Remove duplicate testing simple_server.py 2020-02-25 14:55:36 +01:00
test_updater_root_rotation_integration.py Fix comment in root rotation updater test 2019-10-08 09:19:36 +02:00