commit | d5cea14bea968d361eea32efa51e26c43093504f | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Sep 09 11:42:05 2021 -0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Sep 17 21:59:42 2021 +0000 |
tree | e57a15b4f7aadc9b30cd84b13671cf85544850dc | |
parent | 26dbcdbd917e4f22fb400153da0d3e7255c8e646 [diff] [blame] |
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
diff --git a/meta-phosphor/scripts/run-repotest.sh b/meta-phosphor/scripts/run-repotest.sh new file mode 100755 index 0000000..0b2a34b --- /dev/null +++ b/meta-phosphor/scripts/run-repotest.sh
@@ -0,0 +1,4 @@ +#!/bin/bash -e +# + +echo "Repo test passed"