From c6386be05b814dbfda94b0a00b164f87dbe24796 Mon Sep 17 00:00:00 2001 From: Matt Weber Date: Tue, 5 Feb 2019 21:25:30 -0600 Subject: 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 Signed-off-by: Matthew Weber Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- support/testing/tests/download/test_git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') 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="" -- cgit v1.2.1