diff options
author | Ali Maredia <amaredia@redhat.com> | 2016-04-22 02:34:38 +0200 |
---|---|---|
committer | Ali Maredia <amaredia@redhat.com> | 2016-05-02 16:19:31 +0200 |
commit | 4321bb64eda59d9d6ef695173fceab0ccda55df0 (patch) | |
tree | 491cc65243195c02ebe74f422adba64736e3c4c9 /src/test/osd | |
parent | cmake: script that sets env vars for unit tests (diff) | |
download | ceph-4321bb64eda59d9d6ef695173fceab0ccda55df0.tar.xz ceph-4321bb64eda59d9d6ef695173fceab0ccda55df0.zip |
test: added env var setting to make check scripts
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Diffstat (limited to 'src/test/osd')
-rwxr-xr-x | src/test/osd/osd-bench.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-config.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-copy-from.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-markdown.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-reactivate.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-reuse-id.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-scrub-repair.sh | 1 | ||||
-rwxr-xr-x | src/test/osd/osd-scrub-snaps.sh | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/src/test/osd/osd-bench.sh b/src/test/osd/osd-bench.sh index fd1f4a624c5..ac40cb0d8cd 100755 --- a/src/test/osd/osd-bench.sh +++ b/src/test/osd/osd-bench.sh @@ -16,6 +16,7 @@ # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-config.sh b/src/test/osd/osd-config.sh index 8f2f0db9c5d..a27862c2235 100755 --- a/src/test/osd/osd-config.sh +++ b/src/test/osd/osd-config.sh @@ -16,6 +16,7 @@ # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-copy-from.sh b/src/test/osd/osd-copy-from.sh index 2fcf2a8fb9e..12d2fb48d19 100755 --- a/src/test/osd/osd-copy-from.sh +++ b/src/test/osd/osd-copy-from.sh @@ -17,6 +17,7 @@ # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-markdown.sh b/src/test/osd/osd-markdown.sh index 5cd5c6b0d31..095fe5f9516 100755 --- a/src/test/osd/osd-markdown.sh +++ b/src/test/osd/osd-markdown.sh @@ -16,6 +16,7 @@ # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-reactivate.sh b/src/test/osd/osd-reactivate.sh index e0aff3f48ef..311bda457bc 100755 --- a/src/test/osd/osd-reactivate.sh +++ b/src/test/osd/osd-reactivate.sh @@ -13,6 +13,7 @@ # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-reuse-id.sh b/src/test/osd/osd-reuse-id.sh index 59145972a2a..74f3fe38699 100755 --- a/src/test/osd/osd-reuse-id.sh +++ b/src/test/osd/osd-reuse-id.sh @@ -14,6 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-scrub-repair.sh b/src/test/osd/osd-scrub-repair.sh index 03580c3f833..3815ea3c2da 100755 --- a/src/test/osd/osd-scrub-repair.sh +++ b/src/test/osd/osd-scrub-repair.sh @@ -14,6 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { diff --git a/src/test/osd/osd-scrub-snaps.sh b/src/test/osd/osd-scrub-snaps.sh index d4224489fa4..982cc7afdf4 100755 --- a/src/test/osd/osd-scrub-snaps.sh +++ b/src/test/osd/osd-scrub-snaps.sh @@ -14,6 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library Public License for more details. # +source $(dirname $0)/../detect-build-env-vars.sh source $CEPH_ROOT/qa/workunits/ceph-helpers.sh function run() { |