This is salt-based set of tools for basic verification of mk* deployments
- Copy repo to cfg-* node or clone it:
# root@cfg-01:~/# git clone https://github.com/msenin94/mk-post-deployment-checks
Use git config --global http.proxy http://proxyuser:[email protected]:8080 if needed. 2) Go to the repo folder:
# cd mk-post-deployment-checks/
- Create virtualenv and install requirements and package:
# virtualenv --system-site-packages .venv
# source .venv/bin/activate
# pip install --proxy http://$PROXY:8678 -r requirements.txt
# python setup.py install
# python setup.py develop
- Start tests (make sure you are root):
# py.test -sv --ignore .venv/