commit | 34139b07a7c61589e31d621fec3b3d9718cfff9e | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Wed Mar 15 10:31:10 2017 -0700 |
committer | Adam Harwell <flux.adam@gmail.com> | Thu May 11 18:32:01 2017 +0000 |
tree | 9cc9d6fee03e192a370704b4e9bd9f71f6bff507 | |
parent | 7359782a54f6610e694597b4df372b7e307cc158 [diff] [blame] |
Initial setup of the octavia-tempest-plugin repo This patch is the initial repository setup for octavia-tempest-plugin using the OpenStack cookiecutter template. Change-Id: Icce1389d3a9fb6076091d4d291e15773fb64544b
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..c2ce2c4 --- /dev/null +++ b/.coveragerc
@@ -0,0 +1,6 @@ +[run] +branch = True +source = octavia_tempest_plugin + +[report] +ignore_errors = True