53 lines
1.5 KiB
Python
53 lines
1.5 KiB
Python
# tests/test_provider_Ouest-France_fortiadc.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:16:27 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.Ouest_France.fortiadc
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_content_rewriting,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_content_rewriting_condition,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_content_routing,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_content_routing_condition,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import fortiadc_loadbalance_pool
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_pool_member,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_real_server,
|
|
)
|
|
|
|
from terrascript.resource.Ouest_France.fortiadc import (
|
|
fortiadc_loadbalance_virtual_server,
|
|
)
|
|
|
|
|
|
# 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.fortiadc
|
|
#
|
|
# t = terrascript.provider.Ouest_France.fortiadc.fortiadc()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/Ouest-France/terraform-provider-fortiadc' in s
|
|
# assert '0.3.2' in s
|