Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Importing for Rulesets and Ruleset Rules. Adding Import Tests. #199

Merged
merged 7 commits into from
Apr 9, 2020

Conversation

stmcallister
Copy link
Contributor

Fleshing out the importing for rulesets and ruleset_rules and adding tests for imports for those resources. This addresses #197

Test results

 TF_ACC=1 go test -run "TestAccPagerDutyRulesetRule_Basic" ./pagerduty -v -timeout 120m 
=== RUN   TestAccPagerDutyRulesetRule_Basic
--- PASS: TestAccPagerDutyRulesetRule_Basic (6.10s)
PASS
ok  	github.com/terraform-providers/terraform-provider-pagerduty/pagerduty	7.098s

TF_ACC=1 go test -run "TestAccPagerDutyRulesetRule_import" ./pagerduty -v -timeout 120m
=== RUN   TestAccPagerDutyRulesetRule_import
--- PASS: TestAccPagerDutyRulesetRule_import (4.71s)
PASS
ok  	github.com/terraform-providers/terraform-provider-pagerduty/pagerduty	5.036s

TF_ACC=1 go test -run "TestAccPagerDutyRuleset_Basic" ./pagerduty -v -timeout 120m    
=== RUN   TestAccPagerDutyRuleset_Basic
--- PASS: TestAccPagerDutyRuleset_Basic (6.96s)
PASS
ok  	github.com/terraform-providers/terraform-provider-pagerduty/pagerduty	7.305s

 TF_ACC=1 go test -run "TestAccPagerDutyRuleset_import" ./pagerduty -v -timeout 120m    
=== RUN   TestAccPagerDutyRuleset_import
--- PASS: TestAccPagerDutyRuleset_import (5.18s)
PASS
ok  	github.com/terraform-providers/terraform-provider-pagerduty/pagerduty	5.525s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants