summaryrefslogtreecommitdiffstats
path: root/scripts/run-qemu-ota
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-18 15:28:04 +0200
committerGitHub <noreply@github.com>2019-07-18 15:28:04 +0200
commit58dcdcf5cccafcb62891973cabdbaaddcf97a02c (patch)
treec8773e354af13d1b092a9c4a365c651fa9827d73 /scripts/run-qemu-ota
parent567ed002259985b5a2afea2f90e5bf2df08f7147 (diff)
parentec083b3e3995431b8e51d574613a5986744a9df9 (diff)
downloadmeta-updater-58dcdcf5cccafcb62891973cabdbaaddcf97a02c.tar.gz
Merge pull request #535 from advancedtelematic/ci/rocko
CI on rocko
Diffstat (limited to 'scripts/run-qemu-ota')
-rwxr-xr-xscripts/run-qemu-ota1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-qemu-ota b/scripts/run-qemu-ota
index b2f55e9..de63297 100755
--- a/scripts/run-qemu-ota
+++ b/scripts/run-qemu-ota
@@ -26,6 +26,7 @@ def main():
26 dest='kvm', action='store_true', default=None) 26 dest='kvm', action='store_true', default=None)
27 kvm_group.add_argument('--no-kvm', help='Disable KVM in QEMU', 27 kvm_group.add_argument('--no-kvm', help='Disable KVM in QEMU',
28 dest='kvm', action='store_false') 28 dest='kvm', action='store_false')
29 parser.add_argument('--mem', default=None, help="Amount of memory the machine boots with")
29 parser.add_argument('--no-gui', help='Disable GUI', action='store_true') 30 parser.add_argument('--no-gui', help='Disable GUI', action='store_true')
30 parser.add_argument('--gdb', help='Export gdbserver port 2159 from the image', action='store_true') 31 parser.add_argument('--gdb', help='Export gdbserver port 2159 from the image', action='store_true')
31 parser.add_argument('--pcap', default=None, help='Dump all network traffic') 32 parser.add_argument('--pcap', default=None, help='Dump all network traffic')