@@ -41,54 +41,10 @@ The checksum for the *node-v…-linux-x64.tar.gz* file has to be provided.
41
41
When building from sources, only newer node versions with npm included are supported (Versions 0.9.x and newer should
42
42
be safe). Also, the executable will be called ` node ` .
43
43
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
45
45
[ previous commits] ( https://github.com/saltstack-formulas/node-formula/commit/bcc649588c162686c4dbde486da840ccd060edf6 )
46
46
of this formula.
47
47
48
48
## Installing from packages
49
49
50
50
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 `
0 commit comments