-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make acceptance tests something manually kicked off
- Loading branch information
Showing
2 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!--- | ||
See what makes a good Pull Request at: https://github.com/docker/terraform-provider-docker/blob/main/CONTRIBUTING.md#making-code-contributions/ | ||
---> | ||
### Description | ||
<!--- | ||
Please provide a helpful description of what change this pull request will introduce. | ||
---> | ||
|
||
### Relations | ||
<!--- | ||
If your pull request fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates. | ||
For Example: | ||
Relates #0000 | ||
or | ||
Closes #0000 | ||
---> | ||
|
||
Closes #0000 | ||
|
||
### References | ||
<!--- | ||
Optionally, provide any helpful references that may help the reviewer(s). | ||
---> | ||
|
||
### Output from Acceptance Testing | ||
<!-- | ||
Replace TestAccXXX with a pattern that matches the tests affected by this PR. | ||
For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags. | ||
--> | ||
|
||
```console | ||
% make testacc TESTS=TestAccXXX | ||
|
||
... | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters