Add Ansible roles for OpenStack network
[integration.git] / deployment / noheat / infra-openstack / vagrant / test / README
1 ==============================
2  Vagrant: simple test harness
3 ==============================
4
5 Use ``make`` and ``git diff`` for a simple test harness for Vagrant-based environment.
6
7 Prerequisites
8 -------------
9
10 Dependencies
11 ~~~~~~~~~~~~
12
13 - make
14 - git
15
16
17 Running
18 -------
19
20 Command
21 ~~~~~~~
22
23 .. code-block:: shell
24
25     $ make test
26
27
28 Credit
29 ------
30
31 This is based on https://chrismorgan.info/blog/make-and-git-diff-test-harness blog post.