diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-23 23:24:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 14:17:00 +0200 |
commit | 4ca522bdb4918bf97c0e2ad9b1c8c281c0133ffd (patch) | |
tree | f818bb7ea127171a4a9e37d626e5403405080b62 /test-requirements.txt | |
parent | c65906e74c02805308ff99c99bc207ac424437e6 (diff) |
Check shell scripts via bashate
It also removes functest/cli/functest-complete.sh.
Change-Id: I5d9313be6a155b4adf1b82ce2b111ec06823cd8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 00b78ca96bef67166e0118a0dbdb5152f401a608)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 82d1222c7..729ea47d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ sphinx-opnfv-theme sphinx-rtd-theme yamllint doc8 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 |