bringing in testkit tools
authorChris Koeritz <cak0l@virginia.edu>
Wed, 12 Aug 2020 20:44:20 +0000 (16:44 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Wed, 12 Aug 2020 20:44:20 +0000 (16:44 -0400)
commitd46483c93ecc9a4ef7d80656d23bd0891ddf5ac6
tree5b72fe6324744e482d66f5132b6d71c7b235cda7
parent4e15bc3b03c452086296b0b2e8dab709f34b5957
bringing in testkit tools

this is a library of test tools ported from an older project, released under Apache license version 2.0.
41 files changed:
makefile
scripts/core/variables.sh
scripts/shunit/example_shunit_test.sh [deleted file]
scripts/shunit/shunit2 [deleted file]
scripts/shunit/shunit2_test.sh [deleted file]
scripts/shunit/shunit2_test_asserts.sh [deleted file]
scripts/shunit/shunit2_test_failures.sh [deleted file]
scripts/shunit/shunit2_test_helpers [deleted file]
scripts/shunit/shunit2_test_macros.sh [deleted file]
scripts/shunit/shunit2_test_misc.sh [deleted file]
scripts/shunit/shunit2_test_standalone.sh [deleted file]
testkit/doc/testkit_reference.html [new file with mode: 0644]
testkit/examples/blank_test.sh [new file with mode: 0644]
testkit/examples/fred-testkit.config [new file with mode: 0644]
testkit/library/establish_environment.sh [new file with mode: 0644]
testkit/library/extract_der_from_pfx.sh [new file with mode: 0644]
testkit/library/file_management.sh [new file with mode: 0644]
testkit/library/gen_cert_from_ca.sh [new file with mode: 0644]
testkit/library/generate_csr_from_existing_key.sh [new file with mode: 0644]
testkit/library/helper_methods.sh [new file with mode: 0644]
testkit/library/process_configuration.sh [new file with mode: 0644]
testkit/library/produce_test_package.sh [new file with mode: 0644]
testkit/library/random_ids_manager.sh [new file with mode: 0644]
testkit/library/runner_functions.sh [new file with mode: 0644]
testkit/library/tear_down_test_infrastructure.sh [new file with mode: 0644]
testkit/makefile [new file with mode: 0644]
testkit/prepare_tools.sh [new file with mode: 0644]
testkit/readme.txt [new file with mode: 0644]
testkit/shunit/example_shunit_test.sh [new file with mode: 0644]
testkit/shunit/shunit2 [new file with mode: 0644]
testkit/shunit/shunit2_test.sh [new file with mode: 0644]
testkit/shunit/shunit2_test_asserts.sh [new file with mode: 0644]
testkit/shunit/shunit2_test_failures.sh [new file with mode: 0644]
testkit/shunit/shunit2_test_helpers [new file with mode: 0644]
testkit/shunit/shunit2_test_macros.sh [new file with mode: 0644]
testkit/shunit/shunit2_test_misc.sh [new file with mode: 0644]
testkit/shunit/shunit2_test_standalone.sh [new file with mode: 0644]
testkit/test_driver.sh [new file with mode: 0755]
testkit/testkit.config [new file with mode: 0644]
testkit/tools/bandwidth/set_tcp_config.sh [new file with mode: 0644]
testkit/tools/bandwidth/show_tcp_memory.sh [new file with mode: 0644]