mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 05:53:27 +00:00
a2497c064c
* Initial system test for TPM 1.2 emulator. * Update .travis.yml file. * Added system test: test_20_tpm_1_2_initial_provision * Cleaned up files. * Correct docker location * Re-arranged system tests. * Execute test_12_attestation_ca_portal_online for all current collectors. * Clean up files. * Cleaned up files. * Cleaned up files. * Cleaned up files. * Cleaned up files * Updated system test driver. * Set logging properties to DEBUG. * Commented out test_13_tpm_1_2_initial_provision. Need to fix it.
15 lines
321 B
Bash
Executable File
15 lines
321 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
export CLIENT_OS=centos7
|
|
export CLIENT_HOSTNAME=hirs-client-$CLIENT_OS-tpm1_2
|
|
|
|
export SERVER_OS=$CLIENT_OS
|
|
export SERVER_HOSTNAME=hirs-appraiser-$SERVER_OS
|
|
|
|
export ENABLED_COLLECTORS=TPM
|
|
export TPM_VERSION=1.2
|
|
|
|
$SCRIPT_DIR/systems-test.core.sh
|