summaryrefslogtreecommitdiff
path: root/server/self-test
AgeCommit message (Collapse)AuthorFilesLines
2010-01-11Massive permission fixlmr1-0/+0
Fix permissions for all the development tree Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@4094 592f7852-d20e-0410-864c-8624ca9c26a4
2009-10-20Cleanups to code controlling where Autotest clients get installed and used ↵showard1-3/+3
by Autoserv. * change autotest._get_autodir() back to looking for the autotest client executable, document explicitly that it's looking for an existing autotest installation, give it a unique exception to raise upon failure, and make it a public classmethod of the Autotest class. also renamed it to get_installed_autodir() to be even more explicit about what it's doing. * change _get_install_dir() to look through client_autodir_paths for the first one it can create (if no existing installation exists), rather than just hardcoding the default to /usr/local/autotest. also make it a public classmethod. * make verify_software_only() use get_install_dir() rather than get_installed_autodir(), since i think that makes more sense for what it's doing. Signed-off-by: Steve Howard <showard@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@3872 592f7852-d20e-0410-864c-8624ca9c26a4
2009-08-27Make a bunch of stuff executablembligh3-0/+0
git-svn-id: svn://test.kernel.org/autotest/trunk@3621 592f7852-d20e-0410-864c-8624ca9c26a4
2008-08-18Convert all our uses of directoy SSHHost construction over to usejadmanski3-3/+3
hosts.create_host instead. Also, fix up a bunch of test references that use SSHHost when they really just need to run against the abstract RemoteHost class, and fix some tests using the MockSSHHost class to just use the mock framework instead. Risk: Low Visibility: Gets rid of almost all direct references to SSHHost. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@2010 592f7852-d20e-0410-864c-8624ca9c26a4
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski3-152/+152
Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
2008-05-21Adds a local command self-test for the server.jadmanski1-0/+43
Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1534 592f7852-d20e-0410-864c-8624ca9c26a4
2008-04-21Add some basic server self-tests.mbligh2-0/+59
Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1456 592f7852-d20e-0410-864c-8624ca9c26a4
2008-04-17Convert our server scripts using parallel_simple over to usembligh1-1/+1
job.parallel_simple. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1448 592f7852-d20e-0410-864c-8624ca9c26a4
2007-11-29Pull the server-side errors.py into the common error library.mbligh1-1/+1
Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@1007 592f7852-d20e-0410-864c-8624ca9c26a4
2007-10-29add missing test file from last patchmbligh1-0/+12
Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@858 592f7852-d20e-0410-864c-8624ca9c26a4
2007-10-16Move tests into self-testmbligh3-0/+246
Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@803 592f7852-d20e-0410-864c-8624ca9c26a4