Finalizing Python3 migration
[osm/vim-emu.git] / devops-stages / stage-test.sh
index 67a1f5a..4d5ab12 100755 (executable)
 # the vim-emu Docker container by user "root". It requires the container
 # to be started in privileged mode.
 #
-set -e
-echo "vim-emu stage-test"
-# trigger ovs setup since container entrypoint is overwritten by Jenkins
-service openvswitch-switch start
-# ensure the Docker image used during the unittests is there
-docker pull 'ubuntu:trusty'
-# debugging
-echo "Tests executed inside: $(hostname)"
-echo "Tests executed by user: $(whoami)"
-cd /son-emu/
-# trigger pep8 style check
-echo "flake8 version:"
-flake8 --version
-echo "Doing flake8 style check ..."
-flake8 --exclude=.eggs,devops,build,examples/charms --ignore=E501,W605,W504 .
-echo "done."
-# trigger the tests
-echo "Running unit tests ..."
-pytest -v
-echo "done."
+echo "vim-emu stage archive: Not implemented. See Post-test stage in Jenkinsfile instead."
+
+
+