summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-09-09 21:42:05 +0300
committerEd Tanous <ed@tanous.net>2021-09-18 00:59:42 +0300
commitd5cea14bea968d361eea32efa51e26c43093504f (patch)
treee57a15b4f7aadc9b30cd84b13671cf85544850dc
parent26dbcdbd917e4f22fb400153da0d3e7255c8e646 (diff)
downloadopenbmc-d5cea14bea968d361eea32efa51e26c43093504f.tar.xz
Add repo tests to main repository
This commit adds the repo test scripts to the main openbmc repository to be used for verification of meta layers. It is intended to go in hand with https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-build-scripts/+/46063 to allow testing meta layers at compile time for compliance. For the moment it is just a no-op test; In the future, more capabilities will be added. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I034c9cd60590907db73d759eb9d943e3e62e62ec
-rwxr-xr-xmeta-phosphor/scripts/run-repotest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-phosphor/scripts/run-repotest.sh b/meta-phosphor/scripts/run-repotest.sh
new file mode 100755
index 000000000..0b2a34b6c
--- /dev/null
+++ b/meta-phosphor/scripts/run-repotest.sh
@@ -0,0 +1,4 @@
+#!/bin/bash -e
+#
+
+echo "Repo test passed"