[CORD-2561]
Add targets for E-CORD and R-CORD tests

Change-Id: I9e5ffb8c3c7ac83f6240d62cb429d1a980b32629
diff --git a/Makefile b/Makefile
index 4975ff7..c836ee1 100644
--- a/Makefile
+++ b/Makefile
@@ -400,14 +400,21 @@
 
 
 # Testing targets
+
+# R-CORD specific targets
 pod-test: | $(TESTING_PREREQS)
 	$(SSH_HEAD) "cd /opt/cord/build; $(ANSIBLE_PB_LOCAL) $(PI)/pod-test-playbook.yml" $(LOGCMD)
 
-# M-CORD-specific targets
+rcord-%:
+	$(ANSIBLE_PB) ../orchestration/profiles/rcord/test/rcord-$*-playbook.yml $(LOGCMD)
+
+# M-CORD specific targets
 mcord-%:
 	$(ANSIBLE_PB) ../orchestration/profiles/mcord/test/mcord-$*-playbook.yml $(LOGCMD)
 
-
+# E-CORD specific targets
+ecord-%:
+	$(ANSIBLE_PB) ../orchestration/profiles/ecord/test/ecord-$*-playbook.yml $(LOGCMD)
 
 
 # Local Targets, bring up XOS containers without a VM