mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-04 13:59:36 -05:00
* Set up test infrastructure with local registry and custom images. * Updated travis docker version and usage of new test infra. * Made acc tests constantly output test results. * Tmp acc test files are ignored. * Fixed tests with new infra. * Allowing insecure registries for acc tests. Added fallback for v1 registries. * Added private image cleanup after tests. * Refined acc test structure to confirm tf provider standards with make testacc. |
||
|---|---|---|
| .. | ||
| config.go | ||
| data_source_docker_registry_image.go | ||
| data_source_docker_registry_image_test.go | ||
| provider.go | ||
| provider_test.go | ||
| resource_docker_container.go | ||
| resource_docker_container_funcs.go | ||
| resource_docker_container_test.go | ||
| resource_docker_image.go | ||
| resource_docker_image_funcs.go | ||
| resource_docker_image_test.go | ||
| resource_docker_network.go | ||
| resource_docker_network_funcs.go | ||
| resource_docker_network_test.go | ||
| resource_docker_volume.go | ||
| resource_docker_volume_test.go | ||
| validators.go | ||
| validators_test.go | ||