31e981d236
The intent of this patch is to update the vmware-nsx-tempest-plugin project so that it's capable of being published to PYPI. To do so the doc requirements are separated from test-requirements, tox.ini is updated in a few places and .gitignore file is included for good measure. Also see https://review.openstack.org/#/c/584498/ Change-Id: If02713fd427613433f554272c9962e0ebb95b1d6
32 lines
373 B
Plaintext
32 lines
373 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
etc/*.sample
|
|
*.DS_Store
|
|
*.pyc
|
|
vmware_nsx_tempest_plugin.egg-info/
|
|
pbr*.egg/
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|
|
!/.zuul.yaml
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|