CORD-2420 Basic test for M-CORD 5.0 profile
Change-Id: Ic75e4c2722e1a670560eac6908ada97417dfdb71
diff --git a/Makefile b/Makefile
index 527d333..c86725e 100644
--- a/Makefile
+++ b/Makefile
@@ -348,15 +348,12 @@
pod-test: $(M)/setup-automation collect-diag
$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/pod-test-playbook.yml" $(LOGCMD)
-mcord-test: $(M)/setup-automation
- $(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/mcord-test-playbook.yml" $(LOGCMD)
-
-mcord-spirent-test: $(M)/setup-automation
- $(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/mcord-spirent-test-playbook.yml" $(LOGCMD)
-
mcord-ng40-test: $(M)/setup-automation
$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/mcord-ng40-test-playbook.yml" $(LOGCMD)
+mcord-cavium-test: $(M)/setup-automation
+ $(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/mcord-cavium-test-playbook.yml" $(LOGCMD)
+
fabric-pingtest: $(M)/refresh-fabric
$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_MAAS) $(PI)/cord-fabric-pingtest.yml" $(LOGCMD)