aboutsummaryrefslogtreecommitdiffhomepage
path: root/statuscake/resource_statuscaketest_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add enable_ssl_alert feature for uptime testsIvan Schwarz2019-06-141-0/+4
|
* Add support for contact_id and mark it as deprecatedJuan Carlos Alonso2019-06-101-1/+31
| | | | This makes the contact_group change backwards compatible
* Replace contact_id with contact_groupMat Schaffer2018-07-271-10/+11
| | | | This allows for multiple contacts per test.
* Update test_tag handling to be a proper list of stringsMat Schaffer2018-07-271-2/+2
|
* Move template interpolation deeper into acceptance testsMat Schaffer2018-02-011-3/+17
| | | | Since it was failing `make test` on travis. Must be a better way to go about this, but I couldn't come up with a better way that defaulting the value to avoid the error when running non-acceptance tests.
* Don't attempt to set or verify values which aren't present in the details ↵Mat Schaffer2018-02-011-18/+0
| | | | | | response The `TestCheckResourceAttr` tests can stay since they rely on the state from the previous apply.
* Switch node locations to a set and consider empty string to be empty setMat Schaffer2018-02-011-3/+0
| | | | Note that we also don't check the individual locations anymore. The key numbers will be randomized and not testing content seems to be the method employed by the AWS provider as well https://github.com/terraform-providers/terraform-provider-aws/blob/81bba6b1f567aed561c6a6a30916504ee0886c68/aws/resource_aws_autoscaling_group_test.go#L404
* Fix status & uptime assertionsMat Schaffer2018-02-011-2/+2
| | | | They were present in the details but the values were different during my testing. Hopefully this proves true for all future testing.
* Parameterize the contact ID used for acceptance testingMat Schaffer2018-02-011-5/+5
| | | | This allowed me to run acceptance tests on my own account.
* merge changes from https://github.com/DreamItGetIT/statuscake/pull/24 to ↵Andrew N Golovkov2018-01-171-3/+3
| | | | vendor directory
* `status` and `uptime` params is calculatedAndrew N Golovkov2018-01-171-6/+0
|
* update statuscake provider for support all the features from the statuscake ↵Andrew N Golovkov2018-01-171-4/+99
| | | | module
* Transfer statuscake providerJake Champlin2017-06-061-0/+202