joyent/node-triton#163 "skipAffinityTests" option for test/config.json is not documented in test/config.json.sample
Reviewed by: Julien Gilli <julien.gilli@joyent.com> Approved by: Julien Gilli <julien.gilli@joyent.com>
This commit is contained in:
parent
76759e547e
commit
afe1972b69
@ -9,12 +9,18 @@
|
|||||||
"account": "joe.blow",
|
"account": "joe.blow",
|
||||||
"keyId": "de:e7:73:32:b0:ab:31:cd:72:ef:9f:62:ca:58:a2:ec",
|
"keyId": "de:e7:73:32:b0:ab:31:cd:72:ef:9f:62:ca:58:a2:ec",
|
||||||
"insecure": false
|
"insecure": false
|
||||||
}
|
},
|
||||||
|
|
||||||
// Optional. Set this to allow the parts of the test suite that create,
|
// Optional. Set this to allow the parts of the test suite that create,
|
||||||
// update and destroy resources: instances, images, networks, etc.
|
// update and destroy resources: instances, images, networks, etc.
|
||||||
// This is essentially the "safe" guard.
|
// This is essentially the "safe" guard.
|
||||||
"allowWriteActions": true
|
"allowWriteActions": true,
|
||||||
|
|
||||||
|
// Optional. Set to 'true' to skip affinity tests. Affinity tests assume
|
||||||
|
// the datacenter has multiple servers to which provisions can go. So if
|
||||||
|
// you are testing against COAL, for example, you'll need to set this
|
||||||
|
// to true.
|
||||||
|
"skipAffinityTests": false,
|
||||||
|
|
||||||
// The params used for test provisions. By default the tests use:
|
// The params used for test provisions. By default the tests use:
|
||||||
// the smallest RAM package, the latest base* image.
|
// the smallest RAM package, the latest base* image.
|
||||||
|
Reference in New Issue
Block a user