<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/tools/testing, branch v2.6.38</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.38</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.38'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-11-18T20:39:48Z</updated>
<entry>
<title>ktest: Ask for the manditory config options instead of just failing</title>
<updated>2010-11-18T20:39:48Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-18T20:39:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d1491bae72e3500b74e1855afa10f0544068cea'/>
<id>urn:sha1:8d1491bae72e3500b74e1855afa10f0544068cea</id>
<content type='text'>
In keeping with the notion that all tools should be simple for
all to use. I've changed ktest.pl to ask for mandatory options
instead of just failing. It will append (or create) the options
the user types in, onto the config file.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Copy the last good and bad configs in config_bisect</title>
<updated>2010-11-18T16:23:13Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-11T16:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f1a27850095ebc66c138c940c1efedb8a95f92c4'/>
<id>urn:sha1:f1a27850095ebc66c138c940c1efedb8a95f92c4</id>
<content type='text'>
During the config_bisect, in case of failure, it is nice to have
the last good and bad .configs that were used. This would let
us restart the config_bisect from those configs.

Copy the last good config into the output dir as config_good,
and the last bad config as config_bad.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: For grub reboot, use run_ssh instead of run_command</title>
<updated>2010-11-18T16:23:13Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-10T14:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=eec5646031a54858362f7192a928511a23612f6b'/>
<id>urn:sha1:eec5646031a54858362f7192a928511a23612f6b</id>
<content type='text'>
The run_ssh handles the ssh variable $SSH_COMMAND, which was not
being used by the run_command in reboot_to function.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Added force stop after success and failure</title>
<updated>2010-11-18T16:23:12Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-09T17:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1c8a617a274c4065681d964cd5a5afb921de4a87'/>
<id>urn:sha1:1c8a617a274c4065681d964cd5a5afb921de4a87</id>
<content type='text'>
Added the options STOP_AFTER_SUCCESS and STOP_AFTER_FAILURE to
allow the user to give a time (in seconds) to stop the monitor
after a stack trace or login has been detected. Sometimes the
kernel constantly prints out to the console and this may cause
the test to run indefinitely.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Parse off the directory name in useconfig for failures</title>
<updated>2010-11-18T16:23:12Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-09T17:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cccae1a62a81dc8e32bf787024fdcf7ef71f1285'/>
<id>urn:sha1:cccae1a62a81dc8e32bf787024fdcf7ef71f1285</id>
<content type='text'>
When we store failures, we create a directory that has the build_type
in it. For useconfig, it also contains the name path of the config
file it uses. This unfortunately gets its own directory on failure.
Parse off the directory name when creating the directory to store
the failures.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Use different temp config name for minconfig</title>
<updated>2010-11-18T16:23:12Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-09T17:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9be2e6b590b5d9cb6d6e38b6362a552bbcb118e0'/>
<id>urn:sha1:9be2e6b590b5d9cb6d6e38b6362a552bbcb118e0</id>
<content type='text'>
By using the "use_config" for minconfig and addconfig we risk
trying to copy itself to itself, which will cause an unexpected failure.

Use a different name instead.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Updated the sample.conf for the latest options</title>
<updated>2010-11-18T16:23:11Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-08T22:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d1fbd7e6a6a4c67ab895a0219a2bbcf09d039c3a'/>
<id>urn:sha1:d1fbd7e6a6a4c67ab895a0219a2bbcf09d039c3a</id>
<content type='text'>
Added documentation for SSH_EXEC, SCP_TO_TARGET, REBOOT,
and CONFIG_BISECT and friends.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Added compare script to test ktest.pl to sample.conf</title>
<updated>2010-11-18T16:23:11Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-08T22:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbc6d0aa8ae38cf9cfe39c6076cc5378ef4ca4a2'/>
<id>urn:sha1:dbc6d0aa8ae38cf9cfe39c6076cc5378ef4ca4a2</id>
<content type='text'>
Add a compare script that makes sure that all the options in
sample.conf are used in ktest.pl, and all the options in
ktest.pl are described in sample.conf.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest: Added config_bisect test type</title>
<updated>2010-11-18T16:23:11Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-08T16:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0a05c769a9de554aefa773061c592c7054d5e7a0'/>
<id>urn:sha1:0a05c769a9de554aefa773061c592c7054d5e7a0</id>
<content type='text'>
Added the ability to do a config_bisect. It starts with a bad
config and does the following loop.

	Enable half the configs.
	if none of the configs to check are not enabled
	 (caused by missing dependencies) enable the other half.
	Run the test
	if the test passes, remove the configs from the check
	  but enabled them for further tests (to satisfy
	  dependencies).
	else
	  Remove any config that was not enabled, as we have found
	  a new config that can cause a failure.
	loop till we have only one config left.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
<entry>
<title>ktest/cleanups: Added version 0.2, ssh as options</title>
<updated>2010-11-18T16:23:11Z</updated>
<author>
<name>Steven Rostedt</name>
<email>srostedt@redhat.com</email>
</author>
<published>2010-11-02T18:35:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e48c5293bde398e253f83fdd0247fb2bc71cc92f'/>
<id>urn:sha1:e48c5293bde398e253f83fdd0247fb2bc71cc92f</id>
<content type='text'>
Updated to version 0.2.

Now have SSH_EXEC options.

Also added some cleanups for keeping track of success and
reading the config file.

Signed-off-by: Steven Rostedt &lt;rostedt@goodmis.org&gt;
</content>
</entry>
</feed>
