aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/vagrant/test/README
blob: 36cf36f38d1f0c801895464c5b201dc83a85a2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
==============================
 Vagrant: simple test harness
==============================

Use ``make`` and ``git diff`` for a simple test harness for Vagrant-based environment.

Prerequisites
-------------

Dependencies
~~~~~~~~~~~~

- make
- git


Running
-------

Command
~~~~~~~

.. code-block:: shell

    $ make test


Credit
------

This is based on https://chrismorgan.info/blog/make-and-git-diff-test-harness blog post.