File tree Expand file tree Collapse file tree 6 files changed +11
-466
lines changed Expand file tree Collapse file tree 6 files changed +11
-466
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,6 @@ services:
1717
1818# Make sure the instances listed below match up with
1919# the `platforms` defined in `kitchen.yml`
20- # NOTE: Please try to select up to six instances that add some meaningful
21- # testing of the formula's behaviour. If possible, try to refrain from
22- # the classical "chosing all the instances because I want to test on
23- # another/all distro/s" trap: it will just add time to the testing (see
24- # the discussion on #121). As an example, the set chosen below covers
25- # the most used distros families, systemd and non-systemd and the latest
26- # three supported Saltstack versions with python2 and 3.
27- # As for `kitchen.yml`, that should still contain all of the platforms,
28- # to allow for comprehensive local testing
29- # Ref: https://github.com/saltstack-formulas/template-formula/issues/118
30- # Ref: https://github.com/saltstack-formulas/template-formula/issues/121
3120env :
3221 matrix :
3322 # - INSTANCE: default-debian-9-develop-py3
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ At the moment you **have** to specify the InfluxDB version in the
5353``influxdb:version `` pillar.
5454
5555``influxdb.cli ``
56- ^^^^^^^^^^^^^^^^^^^^
56+ ^^^^^^^^^^^^^^^^
5757Installs the [influxdb-cli](https://github.com/phstc/influxdb-cli) gem system wide.
5858
5959``influxdb.config ``
@@ -86,31 +86,31 @@ Requirements
8686 $ gem install bundler
8787 $ bundle install
8888 $ bin/kitchen test [platform]
89- Where `` [platform] `` is the platform name defined in `` kitchen.yml ``,
90- e.g. ``debian-9-2019-2-py3 ``.
89+
90+ Where `` [platform] `` is the platform name defined in `` kitchen.yml ``, e.g. ``debian-9-2019-2-py3 ``.
9191
9292
9393``bin/kitchen converge ``
94- ^^^^^^^^^^^^^^^^^^^^
94+ ^^^^^^^^^^^^^^^^^^^^^^^^
9595
9696Creates the docker instance and runs the ``influxdb `` main state, ready for testing.
9797
9898``bin/kitchen verify ``
99- ^^^^^^^^^^^^^^^^^^
99+ ^^^^^^^^^^^^^^^^^^^^^^
100100
101101Runs the ``inspec `` tests on the actual instance.
102102
103103``bin/kitchen destroy ``
104- ^^^^^^^^^^^^^^^^^^^
104+ ^^^^^^^^^^^^^^^^^^^^^^^
105105
106106Removes the docker instance.
107107
108108``bin/kitchen test ``
109- ^^^^^^^^^^^^^^^^
109+ ^^^^^^^^^^^^^^^^^^^^
110110
111111Runs all of the stages above in one go: i.e. ``destroy `` + ``converge `` + ``verify `` + ``destroy ``.
112112
113113``bin/kitchen login ``
114- ^^^^^^^^^^^^^^^^^
114+ ^^^^^^^^^^^^^^^^^^^^^
115115
116116Gives you SSH access to the instance for manual testing.
You can’t perform that action at this time.
0 commit comments