37 lines
1.1 KiB
Python
37 lines
1.1 KiB
Python
# tests/test_provider_Ouest-France_itop.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:18 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.Ouest_France.itop
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.Ouest_France.itop import itop_virtual_machine
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.Ouest_France.itop import itop_backup
|
|
|
|
from terrascript.data.Ouest_France.itop import itop_cluster
|
|
|
|
from terrascript.data.Ouest_France.itop import itop_environment
|
|
|
|
from terrascript.data.Ouest_France.itop import itop_exploitationservice
|
|
|
|
from terrascript.data.Ouest_France.itop import itop_organization
|
|
|
|
|
|
# TODO: Shortcut imports without namespace for official and supported providers.
|
|
|
|
# TODO: This has to be moved into a required_providers block.
|
|
# def test_version_source():
|
|
#
|
|
# import terrascript.provider.Ouest_France.itop
|
|
#
|
|
# t = terrascript.provider.Ouest_France.itop.itop()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/Ouest-France/terraform-provider-itop' in s
|
|
# assert '0.6.1' in s
|