summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r--meta/classes/testimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 37af46f3e8..3986340f46 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -194,7 +194,7 @@ def exportTests(d,tc):
194 savedata["target"]["server_ip"] = tc.target.server_ip or d.getVar("TEST_SERVER_IP", True) 194 savedata["target"]["server_ip"] = tc.target.server_ip or d.getVar("TEST_SERVER_IP", True)
195 195
196 keys = [ key for key in d.keys() if not key.startswith("_") and not key.startswith("BB") \ 196 keys = [ key for key in d.keys() if not key.startswith("_") and not key.startswith("BB") \
197 and not key.startswith("B_pn") and not key.startswith("do_") and not d.getVarFlag(key, "func")] 197 and not key.startswith("B_pn") and not key.startswith("do_") and not d.getVarFlag(key, "func", True)]
198 for key in keys: 198 for key in keys:
199 try: 199 try:
200 savedata["d"][key] = d.getVar(key, True) 200 savedata["d"][key] = d.getVar(key, True)