[Buildroot] [PATCH v7 2/2] testing/download: GIT use BRConfigTest

Matt Weber matthew.weber at rockwellcollins.com
Wed Feb 6 03:25:30 UTC 2019


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>
---
Changes v7
  - New patch
---
 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 156784d..7ea0895 100644
--- a/support/testing/tests/download/test_git.py
+++ b/support/testing/tests/download/test_git.py
@@ -5,7 +5,7 @@ from gitremote import GitRemote
 import infra
 
 
-class GitTestBase(infra.basetest.BRTest):
+class GitTestBase(infra.basetest.BRConfigTest):
     config = \
         """
         BR2_BACKUP_SITE=""
-- 
1.9.1




More information about the buildroot mailing list