commit | d15bed5cfd7a485dd1103a66368da0805fea46af | [log] [tgz] |
---|---|---|
author | Dan Talayco <dan.talayco@bigswitch.com> | Wed Apr 04 10:39:52 2012 -0700 |
committer | Dan Talayco <dan.talayco@bigswitch.com> | Wed Apr 04 10:39:52 2012 -0700 |
tree | 0d2f0c278b03dc9f6a9cda97b21a7d30b5c6729d | |
parent | 9bc61c6c579e9e6d4cd886c08fb09e2e63c9c18d [diff] [blame] |
Updated profile processing Profiles _must_ be placed in the profiles directory now. They should be referred to as --profile=foo where the file profiles/foo.py exists. Added profiles/noing.py for the "no IN_PORT output action supported". Added .gitignore.
diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..48da841 --- /dev/null +++ b/tests/.gitignore
@@ -0,0 +1,3 @@ +*.pyc +profiles/*.pyc +*~