<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/hack/make/test-integration-cli, branch release-0.10</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Update test-integration-cli bundlescript for consistency with other bundlescripts and slightly more verbose logging of which commands were executed</title>
<updated>2014-04-08T05:10:40+00:00</updated>
<author>
<name>Tianon Gravi</name>
<email>admwiggin@gmail.com</email>
</author>
<published>2014-04-08T05:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=4c3eb7db675c7f8f15ef0d55e99a6699908f930c'/>
<id>4c3eb7db675c7f8f15ef0d55e99a6699908f930c</id>
<content type='text'>
Docker-DCO-1.1-Signed-off-by: Andrew Page &lt;admwiggin@gmail.com&gt; (github: tianon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker-DCO-1.1-Signed-off-by: Andrew Page &lt;admwiggin@gmail.com&gt; (github: tianon)
</pre>
</div>
</content>
</entry>
<entry>
<title>cli integration: fix wait race</title>
<updated>2014-04-04T16:06:55+00:00</updated>
<author>
<name>unclejack</name>
<email>unclejacksons@gmail.com</email>
</author>
<published>2014-04-04T16:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=22152ccc47e641050da85b80cebf2912b42fd122'/>
<id>22152ccc47e641050da85b80cebf2912b42fd122</id>
<content type='text'>
The wait at the end of cli integration script could end up failing if
the process had already exited. This was making it look like the tests
have failed.

This change fixes the problem.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wait at the end of cli integration script could end up failing if
the process had already exited. This was making it look like the tests
have failed.

This change fixes the problem.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</pre>
</div>
</content>
</entry>
<entry>
<title>cli integration: allow driver selection via vars</title>
<updated>2014-04-04T16:03:07+00:00</updated>
<author>
<name>unclejack</name>
<email>unclejacksons@gmail.com</email>
</author>
<published>2014-04-04T16:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=62b08f557db91cc5cd12ea9ceb0a4d8cf3d6e0f1'/>
<id>62b08f557db91cc5cd12ea9ceb0a4d8cf3d6e0f1</id>
<content type='text'>
This makes it possible to choose the graphdriver and the execdriver
which is going to be used for the cli integration tests.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to choose the graphdriver and the execdriver
which is going to be used for the cli integration tests.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</pre>
</div>
</content>
</entry>
<entry>
<title>integration-cli: pull busybox before running</title>
<updated>2014-03-31T19:07:23+00:00</updated>
<author>
<name>unclejack</name>
<email>unclejacksons@gmail.com</email>
</author>
<published>2014-03-31T18:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=f7ae3a1381fdc53042bebec085bb3f108bc05da3'/>
<id>f7ae3a1381fdc53042bebec085bb3f108bc05da3</id>
<content type='text'>
Make sure the busybox image is ready to be used when running the cli
integration tests.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure the busybox image is ready to be used when running the cli
integration tests.

Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</pre>
</div>
</content>
</entry>
<entry>
<title>Small tweaks to the hack scripts to make them simpler</title>
<updated>2014-03-29T21:09:45+00:00</updated>
<author>
<name>Tianon Gravi</name>
<email>admwiggin@gmail.com</email>
</author>
<published>2014-03-20T22:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=3fb1fc0b7b225295b3059cb9a2f5fd9af7a73f36'/>
<id>3fb1fc0b7b225295b3059cb9a2f5fd9af7a73f36</id>
<content type='text'>
Please do with this as you please (including rebasing and/or squashing it), especially under clause (c) of the DCO.

Docker-DCO-1.1-Signed-off-by: Andrew Page &lt;admwiggin@gmail.com&gt; (github: tianon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Please do with this as you please (including rebasing and/or squashing it), especially under clause (c) of the DCO.

Docker-DCO-1.1-Signed-off-by: Andrew Page &lt;admwiggin@gmail.com&gt; (github: tianon)
</pre>
</div>
</content>
</entry>
<entry>
<title>initial version of cli integration tests</title>
<updated>2014-03-29T21:09:40+00:00</updated>
<author>
<name>unclejack</name>
<email>unclejacksons@gmail.com</email>
</author>
<published>2014-02-25T16:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=6db32fdefdae49843ed9535b3af1099e6bd2755d'/>
<id>6db32fdefdae49843ed9535b3af1099e6bd2755d</id>
<content type='text'>
Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker-DCO-1.1-Signed-off-by: Cristian Staretu &lt;cristian.staretu@gmail.com&gt; (github: unclejack)
</pre>
</div>
</content>
</entry>
</feed>
