Add README.md for updated test

Change-Id: I05fee9222cd7a2f1dc95d3456053eea46002a462
diff --git a/test/README.md b/test/README.md
new file mode 100644
index 0000000..9e8126f
--- /dev/null
+++ b/test/README.md
@@ -0,0 +1,16 @@
+# M-CORD tests
+
+This directory contains a simple playbook for creating an M-CORD EPC and
+verifying that it comes up correctly.  It can be run on any node with Ansible
+installed and SSH connectivity to the master node of the openstack-helm
+installation.
+
+Invoke the playbook as follows, where "masternode" is the DNS name of the
+master node:
+
+```
+ansible-playbook -i masternode, mcord-cavium-test-playbook.yml
+```
+
+The comma after "masternode" is important; it allows Ansible to run the
+playbook on the remote node without having to specify an inventory file.
\ No newline at end of file