summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/updater.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/oeqa/selftest/updater.py')
-rw-r--r--lib/oeqa/selftest/updater.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py
index 6339e6e..eb09302 100644
--- a/lib/oeqa/selftest/updater.py
+++ b/lib/oeqa/selftest/updater.py
@@ -97,12 +97,12 @@ class GeneralTests(oeSelfTest):
97 args = type('', (), {})() 97 args = type('', (), {})()
98 args.imagename = 'core-image-minimal' 98 args.imagename = 'core-image-minimal'
99 args.mac = None 99 args.mac = None
100 # Could use DEPLOY_DIR_IMAGE her but it's already in the machine 100 # Could use DEPLOY_DIR_IMAGE here but it's already in the machine
101 # subdirectory. 101 # subdirectory.
102 args.dir = 'tmp/deploy/images' 102 args.dir = 'tmp/deploy/images'
103 args.efi = False 103 args.efi = False
104 args.machine = None 104 args.machine = None
105 args.no_kvm = False 105 args.kvm = None # Autodetect
106 args.no_gui = True 106 args.no_gui = True
107 args.gdb = False 107 args.gdb = False
108 args.pcap = None 108 args.pcap = None