commit | d7c80d158949d528bad73d9dca8adface5bb8860 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Tue Apr 03 15:20:57 2012 -0700 |
committer | Dan Talayco <dan.talayco@bigswitch.com> | Tue Apr 03 15:23:36 2012 -0700 |
tree | 65c907496a40795397baffe41206ac35da3a935e | |
parent | 07e8f5f7ba1cf7505a55c104bac4fe1d18e014b5 [diff] |
Added switch profile command option Added --profile command line argument. If present, it must specify a python file which is imported. Currently the only profile related code is a variable called skip_test_list which gives a list of tests that should _not_ be run for the platform. Only the test names are currently checked; test-module checking is not checked. A sample profile file is also included.