move test configuration into separate directory

This commit is contained in:
Alexei Ledenev 2016-05-19 16:35:40 +03:00
parent e68b554e66
commit ff1e347fc7
4 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env bats #!/usr/bin/env bats
load "0_config"
load "test_helper/bats-support/load" load "test_helper/bats-support/load"
load "test_helper/bats-assert/load" load "test_helper/bats-assert/load"
load "$BATS_TEST_DIRNAME/../helper_lib.sh" load "$BATS_TEST_DIRNAME/../helper_lib.sh"

View file

@ -0,0 +1,4 @@
#!/bin/bash
# trusted users that can control Docker daemon
config_trusted_users=(vagrant docker ubuntu)

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
. ./generate_tests.sh . ./generate_tests.sh
. ./config/0_config.sh
TEST_RESULTS=$BENCH_ROOT/results TEST_RESULTS=$BENCH_ROOT/results