Remove Frameio tests from Jenkins and revisit the smoke test (now called jenkins test) in an attempt to fix jenkins build failure

Change-Id: I171d981648fcfc2ccb4af009e0e550399b35e17b
diff --git a/Makefile b/Makefile
index 9237434..1c85214 100644
--- a/Makefile
+++ b/Makefile
@@ -259,6 +259,13 @@
 	tests/itests/docutests/build_md_test.py:BuildMdTests.test_07_start_all_containers \
 	--exclude-dir=./tests/itests/run_as_root/
 
+jenkins-test: venv
+	@ echo "Executing jenkins smoke tests"
+	. ${VENVDIR}/bin/activate && \
+	nosetests -s  \
+	tests/itests/docutests/build_md_test.py:BuildMdTests.test_07_start_all_containers \
+	--exclude-dir=./tests/itests/run_as_root/
+
 
 run-as-root-tests:
 	docker run -i --rm -v /cord/incubator/voltha:/voltha --privileged cord/voltha-base env PYTHONPATH=/voltha python /voltha/tests/itests/run_as_root/test_frameio.py