tree: 5f18587c383e100a97aaca5b9cb115272ebf0640 [path history] [tgz]
  1. README.md
  2. mcord-cavium-test-playbook.yml
  3. mcord-mwc-demo-playbook.yml
  4. mcord-ng40-test-playbook.yml
  5. roles/
test/README.md

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.