commit | 1673b8f166159e16ba1112a7d737f4878c6cf027 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Tue Sep 25 18:35:18 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Tue Sep 25 20:03:43 2012 -0700 |
tree | 0e368b944194cc7d631af4b099984ef8f95d5e31 | |
parent | 8aebc5e755184e3f784e7ccc3cf8af1f8e08efd8 [diff] [blame] |
move profiles into a top level directory and clean up importing
diff --git a/profiles/default.py b/profiles/default.py new file mode 100644 index 0000000..8313eb7 --- /dev/null +++ b/profiles/default.py
@@ -0,0 +1,9 @@ +""" +Default profile + +No tests skipped. +""" + +#@var skip_test_list The list of tests to skip for this run +skip_test_list = [ +]