Exclude files from testing

Exclude known problematic files from testing. This requires
the just released 0.4 version of openstack-doc-tools.

Change-Id: I396b069289dbcf31490a93ad61ad22ead755ea4b
This commit is contained in:
Andreas Jaeger 2014-01-28 19:42:26 +01:00
parent a013f7f7ba
commit a1d9c045e4
3 changed files with 4 additions and 10 deletions

@ -1 +1 @@
openstack-doc-tools>=0.3
openstack-doc-tools>=0.4

12
tox.ini

@ -18,16 +18,10 @@ commands = {posargs}
commands = openstack-doc-test --api-site --check-niceness {posargs}
[testenv:checksyntax]
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
# --exceptions-file=doc-test.exceptions
commands = openstack-doc-test --api-site --check-syntax {posargs}
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-syntax {posargs}
[testenv:checkdeletions]
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
# --exceptions-file=doc-test.exceptions
commands = openstack-doc-test --api-site --check-deletions {posargs}
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-deletions {posargs}
[testenv:checkbuild]
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
# --exceptions-file=doc-test.exceptions
commands = openstack-doc-test --api-site --check-build {posargs}
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-build {posargs}