summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-11 15:43:03 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-01-16 18:35:21 -0500
commit9b6cc9728a056c3d531c2dc1abdc724e07c19f3b (patch)
tree451e7a1ce4df8b4f38e7dfbcf6a0610b9976fcd2
parentb618312314c7ba3a6af95a5050707be829afe833 (diff)
downloadbuildstream-9b6cc9728a056c3d531c2dc1abdc724e07c19f3b.tar.gz
tests: Migrate storage test to the internals directory
-rw-r--r--tests/internals/storage.py (renamed from tests/sandboxes/storage-tests.py)2
-rw-r--r--tests/internals/storage/original/bin/bash (renamed from tests/sandboxes/storage-test/original/bin/bash)0
-rw-r--r--tests/internals/storage/original/bin/hello (renamed from tests/sandboxes/storage-test/original/bin/hello)0
-rw-r--r--tests/internals/storage/overlay/bin/bash (renamed from tests/sandboxes/storage-test/overlay/bin/bash)0
4 files changed, 1 insertions, 1 deletions
diff --git a/tests/sandboxes/storage-tests.py b/tests/internals/storage.py
index 38716776a..c09ff4380 100644
--- a/tests/sandboxes/storage-tests.py
+++ b/tests/internals/storage.py
@@ -9,7 +9,7 @@ from buildstream.storage._filebaseddirectory import FileBasedDirectory
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),
- "storage-test"
+ "storage"
)
diff --git a/tests/sandboxes/storage-test/original/bin/bash b/tests/internals/storage/original/bin/bash
index a221b564c..a221b564c 100644
--- a/tests/sandboxes/storage-test/original/bin/bash
+++ b/tests/internals/storage/original/bin/bash
diff --git a/tests/sandboxes/storage-test/original/bin/hello b/tests/internals/storage/original/bin/hello
index 5524e9677..5524e9677 100644
--- a/tests/sandboxes/storage-test/original/bin/hello
+++ b/tests/internals/storage/original/bin/hello
diff --git a/tests/sandboxes/storage-test/overlay/bin/bash b/tests/internals/storage/overlay/bin/bash
index b639d94ec..b639d94ec 100644
--- a/tests/sandboxes/storage-test/overlay/bin/bash
+++ b/tests/internals/storage/overlay/bin/bash