mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-21 05:53:27 +00:00
440bb06b70
* Add creation of bad base platform certificate. * Adding Base Certificate system test. * Adding Base Certificate system test. * Adding Base Certificate system test. * Adding Base Certificate system test. * Updated script to add faulty components to bad base certificate. * Updated addFaultyComponents script. * Add Base/Delta system tests to .travis.yml * Disable unit tests to decrease CI time. * Cleaned up code. * Cleaned up code. * Delete system_test_Driver.py
15 lines
319 B
Bash
Executable File
15 lines
319 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=TPM
|
|
export TPM_VERSION=2.0
|
|
|
|
$SCRIPT_DIR/systems-test.core.sh
|