Skip to content

Commit 9b6fd99

Browse files
authored
Merge pull request #47 from saltstack-formulas/revert-40-test-harness
Revert "implement test harness"
2 parents 915d9e1 + f12ebcb commit 9b6fd99

File tree

10 files changed

+1
-247
lines changed

10 files changed

+1
-247
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 80 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -41,54 +41,10 @@ The checksum for the *node-v…-linux-x64.tar.gz* file has to be provided.
4141
When building from sources, only newer node versions with npm included are supported (Versions 0.9.x and newer should
4242
be safe). Also, the executable will be called `node`.
4343

44-
If you need to install older versions, where the executable is called `nodejs`, use
44+
If you need to install older versions, where the executable is called `nodejs`, use
4545
[previous commits](https://github.com/saltstack-formulas/node-formula/commit/bcc649588c162686c4dbde486da840ccd060edf6)
4646
of this formula.
4747

4848
## Installing from packages
4949

5050
See the [example pillar file](https://github.com/saltstack-formulas/node-formula/blob/master/pillar.example).
51-
52-
53-
## <a name='testing'></a> Running Tests
54-
55-
This test runner was implemented using the [formula-test-harness](https://github.com/intuitivetechnologygroup/formula-test-harness) project.
56-
57-
58-
Tests will be run on the following base images:
59-
60-
* `simplyadrian/allsalt:centos_master_2017.7.2`
61-
* `simplyadrian/allsalt:debian_master_2017.7.2`
62-
* `simplyadrian/allsalt:opensuse_master_2017.7.2`
63-
* `simplyadrian/allsalt:ubuntu_master_2016.11.3`
64-
* `simplyadrian/allsalt:ubuntu_master_2017.7.2`
65-
66-
##### Start a virtualenv
67-
68-
```bash
69-
pip install -U virtualenv
70-
virtualenv .venv
71-
source .venv/bin/activate
72-
```
73-
74-
##### Install local requirements
75-
76-
```bash
77-
make setup
78-
```
79-
80-
##### Run tests
81-
82-
* `make test-centos_master_2017.7.2`
83-
* `make test-debian_master_2017.7.2`
84-
* `make test-opensuse_master_2017.7.2`
85-
* `make test-ubuntu_master_2016.11.3`
86-
* `make test-ubuntu_master_2017.7.2`
87-
88-
### <a name='run-containers'></a> Run Containers
89-
90-
* `make local-centos_master_2017.7.2`
91-
* `make local-debian_master_2017.7.2`
92-
* `make local-opensuse_master_2017.7.2`
93-
* `make local-ubuntu_master_2016.11.3`
94-
* `make local-ubuntu_master_2017.7.2`

tests/pytests/apply-all-tests/__init__.py

Whitespace-only changes.

tests/pytests/apply-all-tests/test_000_apply_state.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/srv/salt/top.sls

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/filltmpl.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

tools/run-tests.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

tools/templates/Dockerfile.j2

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)