diff options
author | Stefan Kobza <skobza@cisco.com> | 2015-12-23 17:00:10 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2015-12-23 17:10:07 +0100 |
commit | b189933c3931884beb50d9e58efbb19fb0e7088c (patch) | |
tree | afa971af81ffb9694dbab6357d4d1f266729950c /test/.gitignore | |
parent | 7d08f5635df5936c2db13cbf19d7e0480b171488 (diff) |
Submit initial test framework skeleton.
Change-Id: I1c7cdbbf16c137a6739447d2776595725b798b54
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000000..271514c669f --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,6 @@ +/env +/outputs +/output.xml +/log.html +/report.html +*.pyc |