708f1c00df025e899c0ee8080fa4e81f71b8fa4c |
|
31-Mar-2010 |
jamesren <jamesren@592f7852-d20e-0410-864c-8624ca9c26a4> |
Support job keyvals and iteration attributes in the query_results CLI Signed-off-by: James Ren <jamesren@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@4359 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
d9e341ef4f4080c5c6106379d59a430b2f755081 |
|
12-Jan-2010 |
showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> |
Add support to the query_results CLI for viewing and filtering on test attributes, test labels, iteration results, and machine labels. The key here was changing query_results to use the TKO RPC interface instead of direct DB access. The code changes for this were pretty small but functionally the change is huge. Given that, it's fairly easy to use the new mechanisms for dealing with related data to support selecting and filtering on these four types of related data. I also removed the old and long-deprecated -c "old-style" condition option. If anyone is still depending on this, it's time to upgrade! Signed-off-by: Steve Howard <showard@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@4101 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
eab66ce582bfe05076ff096c3a044d8f0497bbca |
|
23-Dec-2009 |
showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> |
Rename the tables in the databases, by prefixing the app name. This is in preparation for merging the two databases and the two Django projects into one. Note that this renames *all* standard Autotest DB tables in both the autotest_web and tko databases. If you have scripts written directly against these databases, *they will break*. If your scripts access the RPC interfaces, they should continue to work. Another patch will be along within the next few weeks to actually move the TKO tables into the autotest_web database. From: James Ren <jamesren@google.com> Signed-off-by: Steve Howard <showard@google.com> Rename the tables in the databases, by prefixing the app name. This is in preparation for merging the two databases and the two Django projects into one. Note that this renames *all* standard Autotest DB tables in both the autotest_web and tko databases. If you have scripts written directly against these databases, *they will break*. If your scripts access the RPC interfaces, they should continue to work. From: James Ren <jamesren@google.com> Signed-off-by: Steve Howard <showard@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@4040 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
48d412c368405508fbfb2a4a8ce57426fa045cfe |
|
02-Jul-2009 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Fix regression caused by incomplete CL 4103202. Correct remaining refs to client/bin/kernel_versions, now moved to common_lib. Signed-off-by: Duane Sand <duanes@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@3354 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
789da1e4134fae98b58390505c838b259352d2af |
|
01-Apr-2009 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Add --host-label option to query_results so that hosts that are only in that label are displayed Signed-off-by: Scott Zawalski <scottz@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2957 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
b82b44fb5515f36b54463c391cf7254054f37a13 |
|
10-Dec-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Typo Signed-off-by: Jean-Marc Eurin <jmeurin@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2552 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
28afa73a92c985e60f970aef4e5a447a7ccfb44d |
|
30-Sep-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Update the help for the query results command to make it less confusing. Risk: Medium Visibility: Medium Signed-off-by: Jeremy Orlow <jorlow@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2210 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
8dd5c6c179275d9c3687ad2ab9eb89651628825d |
|
04-Sep-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
The cli should take new tko style where arguments. Signed-off-by: Jeremy Orlow <jorlow@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2102 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
deb758ea9d744b19105c4d84aa8e39068f553648 |
|
11-Aug-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Change default behavior of query results to print an error instead of listing all results. Signed-off-by: Ryan Kubiak <rkubiak@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1969 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|
be630eb07ddb84310fcc580acffcaa362a2dc606 |
|
01-Aug-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo From: jmeurin@google.com git-svn-id: http://test.kernel.org/svn/autotest/trunk@1950 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/query_results
|