5681ff04c9
Allow agents to selectively enable which tests they run in an optional file, ~/autorun-spdk.conf. Change-Id: I52440884cbe599aeb1270dc4f6ee85f5acb9a0c2 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Signed-off-by: Seth Howell <seth.howell@intel.com>
11 lines
180 B
Bash
Executable File
11 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rootdir=$(readlink -f $(dirname $0))
|
|
|
|
# Runs agent scripts
|
|
$rootdir/autobuild.sh
|
|
sudo $rootdir/autotest.sh ~/autorun-spdk.conf
|
|
$rootdir/autopackage.sh
|