mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
classes/testsdk: Add call to export_proxies on testsdkext.
Extensible SDK needs to use network and some networks requires proxies then export it. (From OE-Core rev: 1c79fce34a02fee696bccb085a09957d71d87d56) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
42f2ac42d2
commit
abd81585fa
@@ -110,6 +110,9 @@ def testsdkext_main(d):
|
||||
import time
|
||||
import subprocess
|
||||
from oeqa.oetest import loadTests, runTests, get_test_suites, get_tests_list
|
||||
from bb.utils import export_proxies
|
||||
|
||||
export_proxies(d)
|
||||
|
||||
pn = d.getVar("PN", True)
|
||||
bb.utils.mkdirhier(d.getVar("TEST_LOG_SDKEXT_DIR", True))
|
||||
|
||||
Reference in New Issue
Block a user