summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/download/git-remote/repo.git/config
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@datacom.ind.br>2018-05-11 23:58:27 -0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-04 16:52:58 +0100
commitf284b5e7a1618f0f3f2eec0876a0da8d5848b0fa (patch)
tree108814ba9e48ebdc95c64b3e736821072c60a1e6 /support/testing/tests/download/git-remote/repo.git/config
parent1226a70a700626aede9ca034d4d56a79ee10a001 (diff)
downloadbuildroot-f284b5e7a1618f0f3f2eec0876a0da8d5848b0fa.tar.gz
buildroot-f284b5e7a1618f0f3f2eec0876a0da8d5848b0fa.zip
testing/tests/download: add git hash test
Add one test case to ensure the hash is checked for git packages: - correct hash; - wrong hash; - no hash file. Add required infra: - a GitRemote class, that can start a git server in the host machine to emulate a remote git server under the control of the test; - a new base class, called GitTestBase, that inherits from BRTest and must be subclassed by all git test cases. Its setUp() method takes care of configuring the build with a br2-external, avoiding to hit http://sources.buildroot.net by using an empty BR2_BACKUP_SITE. It also avoids downloading not pre-installed dependencies (i.e. lzip) every time by calling 'make dependencies' using the common dl directory, and it instantiates the GitRemote object. Besides the Python scripts, add some fixtures used during the tests: - a br2-external (git-hash) with one package for each part of the test case; - a static git bare repo (repo.git) to be served using GitRemote class. Neither the br2-external nor the check hash functionalities are the subject of these tests per se, so for simplicity limit the check to the error codes and don't look for the messages in the log. Thanks to Arnout for the hint about how to add a bare repo to test. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br> Cc: Arnout Vandecappelle <arnout@mind.be> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Arnout: split long line; reorder imports to satisfy flake8] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'support/testing/tests/download/git-remote/repo.git/config')
-rw-r--r--support/testing/tests/download/git-remote/repo.git/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/testing/tests/download/git-remote/repo.git/config b/support/testing/tests/download/git-remote/repo.git/config
new file mode 100644
index 0000000000..07d359d07c
--- /dev/null
+++ b/support/testing/tests/download/git-remote/repo.git/config
@@ -0,0 +1,4 @@
+[core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = true
OpenPOWER on IntegriCloud