summaryrefslogtreecommitdiff
path: root/tests/integration/project
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-29 09:15:31 +0200
committerJürg Billeter <j@bitron.ch>2020-06-03 13:49:39 +0200
commit93981f2784749639676e155cf7b9cccea03b3f0c (patch)
tree5cbd229424e5f91fc95c69b8c19abcacdebccbe7 /tests/integration/project
parentb8fa4ae71dfddc60de0f3007415b4bebdc647672 (diff)
downloadbuildstream-93981f2784749639676e155cf7b9cccea03b3f0c.tar.gz
tests: Drop bwrap-specific tests
Diffstat (limited to 'tests/integration/project')
-rw-r--r--tests/integration/project/elements/sandbox-bwrap/base-with-tmp.bst6
-rw-r--r--tests/integration/project/elements/sandbox-bwrap/break-shell.bst9
-rw-r--r--tests/integration/project/elements/sandbox-bwrap/command-exit-42.bst8
-rw-r--r--tests/integration/project/elements/sandbox-bwrap/non-executable-shell.bst9
-rw-r--r--tests/integration/project/elements/sandbox-bwrap/test-cleanup.bst13
5 files changed, 0 insertions, 45 deletions
diff --git a/tests/integration/project/elements/sandbox-bwrap/base-with-tmp.bst b/tests/integration/project/elements/sandbox-bwrap/base-with-tmp.bst
deleted file mode 100644
index 5c9fa6083..000000000
--- a/tests/integration/project/elements/sandbox-bwrap/base-with-tmp.bst
+++ /dev/null
@@ -1,6 +0,0 @@
-kind: import
-description: Base for after-sandbox cleanup test
-
-sources:
- - kind: local
- path: files/base-with-tmp/
diff --git a/tests/integration/project/elements/sandbox-bwrap/break-shell.bst b/tests/integration/project/elements/sandbox-bwrap/break-shell.bst
deleted file mode 100644
index c93a92350..000000000
--- a/tests/integration/project/elements/sandbox-bwrap/break-shell.bst
+++ /dev/null
@@ -1,9 +0,0 @@
-kind: manual
-depends:
- - base/base-alpine.bst
-
-public:
- bst:
- integration-commands:
- - |
- chmod a-x /bin/sh
diff --git a/tests/integration/project/elements/sandbox-bwrap/command-exit-42.bst b/tests/integration/project/elements/sandbox-bwrap/command-exit-42.bst
deleted file mode 100644
index c633334ae..000000000
--- a/tests/integration/project/elements/sandbox-bwrap/command-exit-42.bst
+++ /dev/null
@@ -1,8 +0,0 @@
-kind: manual
-depends:
- - base/base-alpine.bst
-
-config:
- build-commands:
- - |
- exit 42
diff --git a/tests/integration/project/elements/sandbox-bwrap/non-executable-shell.bst b/tests/integration/project/elements/sandbox-bwrap/non-executable-shell.bst
deleted file mode 100644
index a57177bb3..000000000
--- a/tests/integration/project/elements/sandbox-bwrap/non-executable-shell.bst
+++ /dev/null
@@ -1,9 +0,0 @@
-kind: manual
-
-depends:
- - sandbox-bwrap/break-shell.bst
-
-config:
- build-commands:
- - |
- exit 42
diff --git a/tests/integration/project/elements/sandbox-bwrap/test-cleanup.bst b/tests/integration/project/elements/sandbox-bwrap/test-cleanup.bst
deleted file mode 100644
index 2a89dd3ee..000000000
--- a/tests/integration/project/elements/sandbox-bwrap/test-cleanup.bst
+++ /dev/null
@@ -1,13 +0,0 @@
-kind: manual
-description: A dummy project to utilize a base with existing /tmp folder.
-
-depends:
- - filename: base.bst
- type: build
-
- - filename: sandbox-bwrap/base-with-tmp.bst
-
-config:
- build-commands:
- - |
- true