mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
4b4f811735
* Add Base/Delta to .travis.yml * Implement Delta system test. * Removed un-needed scripts. * Update system_test_Driver.py
15 lines
330 B
Bash
Executable File
15 lines
330 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-tpm2
|
|
|
|
export SERVER_OS=$CLIENT_OS
|
|
export SERVER_HOSTNAME=hirs-appraiser-$SERVER_OS
|
|
|
|
export ENABLED_COLLECTORS=BASE_DELTA_BAD
|
|
export TPM_VERSION=2.0
|
|
|
|
$SCRIPT_DIR/systems-test.core.sh
|