summaryrefslogtreecommitdiffstats
path: root/tests/ob_plat_is_concerned.rc
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-23 18:59:33 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-23 18:59:33 (EST)
commit0b5016dc60e6ff1eff591d5de5b045463df8093e (patch)
treee94d0d58494eafb218a287a62301eacba3eebcc9 /tests/ob_plat_is_concerned.rc
parentc98b57f24868a489a0a39a06345dcdff3ceb45ef (diff)
tests/ob_plat_is_concerned.sh: Convert to TAP
Diffstat (limited to 'tests/ob_plat_is_concerned.rc')
-rw-r--r--tests/ob_plat_is_concerned.rc67
1 files changed, 0 insertions, 67 deletions
diff --git a/tests/ob_plat_is_concerned.rc b/tests/ob_plat_is_concerned.rc
deleted file mode 100644
index d4373df..0000000
--- a/tests/ob_plat_is_concerned.rc
+++ /dev/null
@@ -1,67 +0,0 @@
-# Platform: all
-
-host_plat='dev'
-plats='all'
-result='false'
-testcase
-
-host_plat='ao751h'
-plats='all'
-result='false'
-testcase
-
-host_plat='all'
-plats='all'
-result='true'
-testcase
-
-# Platform: any
-
-host_plat='dev'
-plats='any'
-result='true'
-testcase
-
-host_plat='ao751h'
-plats='any'
-result='true'
-testcase
-
-host_plat='all'
-plats='any'
-result='false'
-testcase
-
-# Platform: dev
-
-host_plat='dev'
-plats='dev'
-result='true'
-testcase
-
-host_plat='ao751h'
-plats='dev'
-result='false'
-testcase
-
-host_plat='all'
-plats='dev'
-result='false'
-testcase
-
-# Platform: !dev
-
-host_plat='dev'
-plats='!dev'
-result='false'
-testcase
-
-host_plat='ao751h'
-plats='!dev'
-result='true'
-testcase
-
-host_plat='all'
-plats='!dev'
-result='false'
-testcase