commit | ee36c42d5edbf746c08c6096e1475c02c78ec695 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Mon Nov 26 15:02:31 2018 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Mon Nov 26 15:25:48 2018 +0100 |
tree | 99dfd526d23f9745f6ffa50b50e04b955b4130c1 | |
parent | 2820c666d699f0fec140498fe9b1cea4d8ea553c [diff] [blame] |
Add unit testing + corrected config validation Change-Id: I141c052ab7eb054f52011d535ea37114e7367ebe Related-bug: PROD-24880 (PROD:24880)
diff --git a/run-tests.sh b/run-tests.sh index ba1f8ce..09f844a 100755 --- a/run-tests.sh +++ b/run-tests.sh
@@ -1,4 +1,6 @@ #!/bin/bash -x set -e +pytest -v + exit 0