aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/vagrant/test/README
blob: 03d9ea101169524a52616402fcbace25b0dcb229 (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: tested on 4.1
- git: tested on 2.17.1


Running
-------

Command
~~~~~~~

.. code-block:: shell

    $ make test


Credit
------

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