<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts/qemuimage-tests, branch 1.4_M5.final</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5.final</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5.final'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-03-19T11:48:30+00:00</updated>
<entry>
<title>qemu-testlib: Add python helper and simplify shell</title>
<updated>2013-03-19T11:48:30+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-03-19T11:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6c9743d9b9754db97b3447d6d3e172c828aa0185'/>
<id>urn:sha1:6c9743d9b9754db97b3447d6d3e172c828aa0185</id>
<content type='text'>
The current code has a race since it greps for *any* qemu process
running, even if it isn't the one we started. This leads to some sanity
tests potentially failing on machines where multiple sets of sanity tests
are running.

To resovle this and some other ugly code issues, add a python script
to accurately walk the process tree and find the qemu process. We can
then replace all the shell functions attempting this which happen to
work in many cases but not all.

Also clean up some of the error handling so its more legible.

(From OE-Core rev: b9e052ed6b604f0049bcfa968a57f15d6e3d6395)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimage-tests/dmesg: Add exception for error message on qemuarm with 3.8 kernel</title>
<updated>2013-03-02T22:45:27+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-03-02T22:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d5267afa634a4da33f5d5a88c678387a9b7ec1b1'/>
<id>urn:sha1:d5267afa634a4da33f5d5a88c678387a9b7ec1b1</id>
<content type='text'>
With 3.8 kernels we get a harmless error message during kernel boot.
For now we can ignore. This allows the tests to pass and ensures we
can merge the 3.8 kernel.

(From OE-Core rev: da1e094c407353af2ab230c4867c9d8fd68e3161)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Update sanity tests to use smart instead of zypper</title>
<updated>2012-12-17T17:24:51+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2012-12-10T16:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ba08a8ccbf11542867b7dd0474599fccb0585b97'/>
<id>urn:sha1:ba08a8ccbf11542867b7dd0474599fccb0585b97</id>
<content type='text'>
(From OE-Core rev: c56d24b35d94fe2934ac7e1dc67422e6abc7539d)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimagetest: modifying the scenario file as per new test cases</title>
<updated>2012-09-10T12:01:47+00:00</updated>
<author>
<name>Veerabrahmam vr</name>
<email>veerabrahmam.vr@huawei.com</email>
</author>
<published>2012-09-06T06:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3526308dddfebb7b5bc4a19d959fe94ade19a18a'/>
<id>urn:sha1:3526308dddfebb7b5bc4a19d959fe94ade19a18a</id>
<content type='text'>
modified scenario files.

(From OE-Core rev: dfd2ead41846c568d251a47c4baa2d9666e0c98f)

Signed-off-by: veerabrahmam &lt;veerabrahmamvr@huawei.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimagetest: add basic function to check syslogd</title>
<updated>2012-09-10T12:01:47+00:00</updated>
<author>
<name>Veerabrahmam vr</name>
<email>veerabrahmam.vr@huawei.com</email>
</author>
<published>2012-09-06T06:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=913e2e2ef99be560bb4b0a44d9c1e90a665d8807'/>
<id>urn:sha1:913e2e2ef99be560bb4b0a44d9c1e90a665d8807</id>
<content type='text'>
one test case to check syslogd is executing on target.

(From OE-Core rev: 9286ea7a4eb85ba559d48135458f3b94da7a3866)

Signed-off-by: veerabrahmam &lt;veerabrahmamvr@huawei.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimagetest: add basic function to check enough disk space</title>
<updated>2012-09-10T12:01:46+00:00</updated>
<author>
<name>Veerabrahmam vr</name>
<email>veerabrahmam.vr@huawei.com</email>
</author>
<published>2012-09-06T06:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fe4dcbb2527bb8c117d600fbfe704d57306bc666'/>
<id>urn:sha1:fe4dcbb2527bb8c117d600fbfe704d57306bc666</id>
<content type='text'>
one test case to check disk space availability.

(From OE-Core rev: d7b549a72a91db41d8b7084b4b3efa162a62a880)

Signed-off-by: veerabrahmam &lt;veerabrahmamvr@huawei.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimagetest: basic function to check bash exists</title>
<updated>2012-09-10T12:01:46+00:00</updated>
<author>
<name>Veerabrahmam vr</name>
<email>veerabrahmam.vr@huawei.com</email>
</author>
<published>2012-09-06T06:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ea55ec97c015d0ab8fc56bf99f2d4e81e05e3b15'/>
<id>urn:sha1:ea55ec97c015d0ab8fc56bf99f2d4e81e05e3b15</id>
<content type='text'>
 one test case to check  bash command availability on qemu target.

 Signed-off-by: veerabrahmam &lt;veerabrahmamvr@huawei.com&gt;

(From OE-Core rev: 357478b624b27fdfce25b6064b0f64717db75fa6)

Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>sanitytest: use different option for command ps from busybox and procps</title>
<updated>2011-11-18T10:47:15+00:00</updated>
<author>
<name>Jiajun Xu</name>
<email>jiajun.xu@intel.com</email>
</author>
<published>2011-11-17T06:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c87a539aec000bdf13180f91a1c970ae9bd789c4'/>
<id>urn:sha1:c87a539aec000bdf13180f91a1c970ae9bd789c4</id>
<content type='text'>
Current sanitytest use option -e for ps command, which only works for ps
from procps. It fails if ps is provided by busybox. Add check to use different
option for command from busybox and procps.

[YOCTO #1756]

(From OE-Core rev: dd856f5609c13fc740b53016de033a8a9cbe6b51)

Signed-off-by: Jiajun Xu &lt;jiajun.xu@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>connman_test.sh: Rework for busybox 'ps'</title>
<updated>2011-08-04T14:04:34+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2011-07-27T22:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=10304e08adf0f6e426256ec99c5a7ffbcd52e115'/>
<id>urn:sha1:10304e08adf0f6e426256ec99c5a7ffbcd52e115</id>
<content type='text'>
This script has two problems today.  First, it does 'ps -ef cmd'
in failure which real ps doesn't grok and busybox ps just ignores
the argument on.  Switch that to 'ps -ef'.  Second, busybox ps -o
doesn't understand cmd but does understand comm.  Using comm lets
us simplify the test logic as well, so switch to that.

(From OE-Core rev: cb34ce6833f298d487eeb35cf8297f286ef624d4)

Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>qemuimagetest: update cvs and iptables to newer version for toolchain test</title>
<updated>2011-06-24T10:28:32+00:00</updated>
<author>
<name>Jiajun Xu</name>
<email>jiajun.xu@intel.com</email>
</author>
<published>2011-06-24T07:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d08a341af77ac0ad618d4033a18f33ac1fc98fb2'/>
<id>urn:sha1:d08a341af77ac0ad618d4033a18f33ac1fc98fb2</id>
<content type='text'>
The old versions of cvs and iptables may meet compile error under some architecture
- cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them
to latest version could solve these build error.
Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish
compile.

Signed-off-by Jiajun Xu &lt;jiajun.xu@intel.com&gt;

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
