[Buildroot] [git commit] testing/download: GIT use BRConfigTest

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Feb 6 09:40:15 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=c6386be05b814dbfda94b0a00b164f87dbe24796
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enables the test to use the new non-emulator base class which takes
significantly less test time.

Cc: Ricardo Martincoski <ricardo.martincoski at datacom.ind.br>
Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 support/testing/tests/download/test_git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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=""


More information about the buildroot mailing list