mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
17d7dbd6f7
* Added System Tests. * Cleaned up scripts * Cleaned up system tests. * Cleaned up system tests. * Cleaned up system tests. * Updated system tests. * Code review updates.
15 lines
316 B
Bash
Executable File
15 lines
316 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=
|
|
export TPM_VERSION=2.0
|
|
|
|
$SCRIPT_DIR/systems-test.core.sh
|