Adding ONOS HA scenario make target

Change-Id: I204eb90b33d07994c27877a68abea2b8aa2d3627
diff --git a/Makefile b/Makefile
index 75916ab..be745f2 100755
--- a/Makefile
+++ b/Makefile
@@ -379,6 +379,11 @@
 bbsim-failurescenarios-tt: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_TT_SINGLE_PON_FILE)
 bbsim-failurescenarios-tt: voltha-tt-test
 
+onos-ha-test: ROBOT_MISC_ARGS +=  -e notready -X $(ROBOT_DEBUG_LOG_OPT)
+onos-ha-test: ROBOT_FILE := Voltha_ONOSHATests.robot
+onos-ha-test: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_SINGLE_PON_FILE)
+onos-ha-test: voltha-test
+
 voltha-test: ROBOT_MISC_ARGS += -e notready --noncritical non-critical
 
 voltha-test: vst_venv
diff --git a/requirements.txt b/requirements.txt
index 50fcf46..0d8dad2 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@
 yamllint==1.23.0
 # replace when we can use upstream (needs python 3.6)
 git+https://github.com/zdw/robotframework-importresource@b81b87aabaee0594e966687b41e3674b866f28ee
-cord-robot==2.1.7
+cord-robot==2.1.8
 virtualenv
 matplotlib>=3.0.3
 requests==2.24.0