summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2019-02-05 21:25:30 -0600
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-06 10:40:15 +0100
commitc6386be05b814dbfda94b0a00b164f87dbe24796 (patch)
treefe2cd5279482bb91494d64facd538bb0a624ba1b /support
parent0461ef4dea3d39a53894bf68697c266db2d33f5a (diff)
downloadbuildroot-c6386be05b814dbfda94b0a00b164f87dbe24796.tar.gz
buildroot-c6386be05b814dbfda94b0a00b164f87dbe24796.zip
testing/download: GIT use BRConfigTest
Enables the test to use the new non-emulator base class which takes significantly less test time. Cc: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'support')
-rw-r--r--support/testing/tests/download/test_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/download/test_git.py b/support/testing/tests/download/test_git.py
index 121c9191d8..723f00d188 100644
--- a/support/testing/tests/download/test_git.py
+++ b/support/testing/tests/download/test_git.py
@@ -6,7 +6,7 @@ from gitremote import GitRemote
import infra
-class GitTestBase(infra.basetest.BRTest):
+class GitTestBase(infra.basetest.BRConfigTest):
config = \
"""
BR2_BACKUP_SITE=""
OpenPOWER on IntegriCloud