diff mbox series

[v7,2/2] testing/download: GIT use BRConfigTest

Message ID 1549423530-12795-2-git-send-email-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series [v7,1/2] testing/infra: split runtime test into new class | expand

Commit Message

Matt Weber Feb. 6, 2019, 3:25 a.m. UTC
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>
---
Changes v7
  - New patch
---
 support/testing/tests/download/test_git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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