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

cleanup: Adding the test sweepers to DO #24

Merged
merged 1 commit into from
Jul 5, 2017
Merged

cleanup: Adding the test sweepers to DO #24

merged 1 commit into from
Jul 5, 2017

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Jul 5, 2017

% go test ./digitalocean -v -sweep=do-region
2017/07/05 16:07:22 [DEBUG] Running Sweepers for region (do-region):
2017/07/05 16:07:22 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:23 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:24 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:25 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:27 Sweeper Tests ran:
	- digitalocean_loadbalancer
	- digitalocean_volume
	- digitalocean_droplet
	- digitalocean_floating_ip
ok  	github.com/terraform-providers/terraform-provider-digitalocean/digitalocean	5.338s

```
% go test ./digitalocean -v -sweep=do-region
2017/07/05 16:07:22 [DEBUG] Running Sweepers for region (do-region):
2017/07/05 16:07:22 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:23 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:24 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:25 [INFO] DigitalOcean Client configured for URL: https://api.digitalocean.com/
2017/07/05 16:07:27 Sweeper Tests ran:
	- digitalocean_loadbalancer
	- digitalocean_volume
	- digitalocean_droplet
	- digitalocean_floating_ip
ok  	github.com/terraform-providers/terraform-provider-digitalocean/digitalocean	5.338s
```
Copy link

@catsby catsby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stack72 stack72 merged commit 6ff1533 into master Jul 5, 2017
@stack72 stack72 deleted the f-do-sweepers branch July 5, 2017 14:41
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.

None yet

2 participants