Comment 4 for bug 1453268

Revision history for this message
Matthew Thode (prometheanfire) wrote :

Here's the snippet from tox.ini

[testenv:genconfig]
commands = bash tools/config/generate_sample.sh -b . -p nova -o etc/nova

That command has this line in it, it makes me think that tests should not be needed...

FILES=$(find $TARGETDIR -type f -name "*.py" ! -path "*/tests/*" \
              -exec grep -l "Opt(" {} + | sed -e "s/^$BASEDIRESC\///g" | sort -u)