python-terrascript/tests/test_provider_techBeck03_in...

63 lines
2.1 KiB
Python

# tests/test_provider_techBeck03_infoblox.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:08 UTC)
def test_provider_import():
import terrascript.provider.techBeck03.infoblox
def test_resource_import():
from terrascript.resource.techBeck03.infoblox import infoblox_a_record
from terrascript.resource.techBeck03.infoblox import infoblox_alias_record
from terrascript.resource.techBeck03.infoblox import infoblox_cname_record
from terrascript.resource.techBeck03.infoblox import infoblox_fixed_address
from terrascript.resource.techBeck03.infoblox import infoblox_host_record
from terrascript.resource.techBeck03.infoblox import infoblox_network
from terrascript.resource.techBeck03.infoblox import infoblox_ptr_record
from terrascript.resource.techBeck03.infoblox import infoblox_range
def test_datasource_import():
from terrascript.data.techBeck03.infoblox import infoblox_a_record
from terrascript.data.techBeck03.infoblox import infoblox_alias_record
from terrascript.data.techBeck03.infoblox import infoblox_cname_record
from terrascript.data.techBeck03.infoblox import infoblox_fixed_address
from terrascript.data.techBeck03.infoblox import infoblox_grid
from terrascript.data.techBeck03.infoblox import infoblox_grid_member
from terrascript.data.techBeck03.infoblox import infoblox_host_record
from terrascript.data.techBeck03.infoblox import infoblox_network
from terrascript.data.techBeck03.infoblox import infoblox_ptr_record
from terrascript.data.techBeck03.infoblox import infoblox_range
from terrascript.data.techBeck03.infoblox import infoblox_sequential_address_block
# 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.techBeck03.infoblox
#
# t = terrascript.provider.techBeck03.infoblox.infoblox()
# s = str(t)
#
# assert 'https://github.com/techBeck03/terraform-provider-infoblox' in s
# assert '2.0.7' in s