Skip to content

Commit

Permalink
Add dummy functional test tox target
Browse files Browse the repository at this point in the history
OpenStack-CI is executing a functional test against stable/mitaka
but there are no tests to run.

This patch adds a dummy tox target as a placeholder. If tests are
added in the future then they can replace this content.

Change-Id: Ifd915e7cda3961942f827fbb4d713964b79e1399
  • Loading branch information
Jesse Pretorius committed Sep 30, 2016
1 parent 2fc5ceb commit 70214c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commands =
--exclude-dir doc \
{toxinidir} | xargs flake8 --verbose"


[flake8]
# Ignores the following rules due to how ansible modules work in general
# F403 'from ansible.module_utils.basic import *' used;
Expand Down Expand Up @@ -70,5 +71,11 @@ commands =
{[testenv:pep8]commands}
{[testenv:bashate]commands}


[testenv:functional]
commands =
echo '============ No Functional tests to run just yet. ============'


[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

0 comments on commit 70214c4

Please sign in to comment.