<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/qemucommand.py, branch feat/PRO-5211/oslo-rocko</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FPRO-5211%2Foslo-rocko</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2FPRO-5211%2Foslo-rocko'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2018-03-27T12:08:24+00:00</updated>
<entry>
<title>Restrict secondary network to localhost</title>
<updated>2018-03-27T12:08:24+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2018-03-27T12:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=edae332ab5b66d0caf5b68926b23554aa5493040'/>
<id>urn:sha1:edae332ab5b66d0caf5b68926b23554aa5493040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a --secondary-network option to run-qemu-ota</title>
<updated>2018-03-19T15:31:31+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2018-03-19T15:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fc8f9b4b1721a029a30bf41e6086cfbff085089d'/>
<id>urn:sha1:fc8f9b4b1721a029a30bf41e6086cfbff085089d</id>
<content type='text'>
This sets up a simulated 'in vehicle' network. Add support for a Primary node
with a DHCP server and a secondary node with a DHCP client.
</content>
</entry>
<entry>
<title>More general exception handler for `kvm-ok`</title>
<updated>2018-01-19T08:16:49+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2018-01-19T08:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=44a4dd8e039ea16319f337c3881964759ada73a5'/>
<id>urn:sha1:44a4dd8e039ea16319f337c3881964759ada73a5</id>
<content type='text'>
If the program is not in PATH, `FileNotFoundError` is raised
</content>
</entry>
<entry>
<title>Fix some basic oe-selftest errors.</title>
<updated>2018-01-18T17:36:33+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-01-18T17:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=84baa1c3d8f996f7daf2d8aa3d26197378218f21'/>
<id>urn:sha1:84baa1c3d8f996f7daf2d8aa3d26197378218f21</id>
<content type='text'>
Grub, HSM, and qemu hostname tests still fail for reasons I haven't
figured out yet.
</content>
</entry>
<entry>
<title>Add a hint when machine autodetection fails</title>
<updated>2017-12-01T10:04:56+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-12-01T10:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fba014fd897e938a130d1229929839c7930bc671'/>
<id>urn:sha1:fba014fd897e938a130d1229929839c7930bc671</id>
<content type='text'>
Also fix a pylint warning about indentation
</content>
</entry>
<entry>
<title>Autodetect KVM</title>
<updated>2017-11-16T10:07:49+00:00</updated>
<author>
<name>Phil Wise</name>
<email>phil@advancedtelematic.com</email>
</author>
<published>2017-11-16T10:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=24e5a6d45886365cecce74c2c9aa1cfd8c0da69a'/>
<id>urn:sha1:24e5a6d45886365cecce74c2c9aa1cfd8c0da69a</id>
<content type='text'>
Autodetect KVM by using the 'kvm-ok' command line tool. This has two benefits:

Firstly, it improves the UX of run-qemu-ota when working on machines without
KVM (e.g. AWS). Previously, people had to use the --no-kvm option in these
cases.

Secondary, it makes oe-selftest usable on machines without KVM.  Our tests call
run-qemu-ota, and we want to able to run them on machines without KVM.
</content>
</entry>
<entry>
<title>Rough draft of a run-qemu-ota test.</title>
<updated>2017-11-13T16:18:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2017-11-07T16:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d5ad230a7558ae9adea42ea69d633d489c6dec0'/>
<id>urn:sha1:9d5ad230a7558ae9adea42ea69d633d489c6dec0</id>
<content type='text'>
Not very useful yet. Could be made into a function for the purpose of
running arbitrary commands via SSH, for example. However, I had plenty
of trouble even getting this far.

Note that I created a softlink to qemucommand to get around the Python
path issues in oe-selftest. I'm not sure if there's a better way to
handle that, since manipulating the path is seemingly impossible.
</content>
</entry>
<entry>
<title>Refactor QemuCommand class into its own file/module.</title>
<updated>2017-11-13T16:15:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2017-11-07T14:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=06711c8543a3af13203b4352b25b1875c29c16f2'/>
<id>urn:sha1:06711c8543a3af13203b4352b25b1875c29c16f2</id>
<content type='text'>
</content>
</entry>
</feed>
