~vila/+junk/test-smart-scopes

« back to all changes in this revision

Viewing changes to selftest.py

  • Committer: Vincent Ladeuil
  • Date: 2013-02-06 14:06:38 UTC
  • Revision ID: vila+qa@canonical.com-20130206140638-v41gl4d8nyn5r5wg
Add basic commands to install vms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        super(TestProgram, self).__init__(module, argv=argv, stdout=stdout,
16
16
                                          testRunner=testRunner, exit=exit)
17
17
 
18
 
# We discover tests under src/sst/tests, the python 'load_test' protocol
 
18
 
 
19
# We discover tests under tests, the python 'load_test' protocol
19
20
# can be used in test modules for more fancy stuff.
20
21
discover_args = ['discover',
21
22
                 '--start-directory', './tests',