salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
tests.integration.modules.test_nsxt_ip_blocks : test_nsxt_ip_blocks_execution_module_crud_operations
Might be an issue in the scraper
@pytest.fixture(autouse=True)
def setup(nsxt_config):
hostname, username, password, cert = _get_server_info(nsxt_config)
> ip_block_from_nsxt = _get_ip_block_by_display_name_using_nsxt_api(
hostname, username, password, "IP_Block_Salt_FT"
)
cert = 'path-to-nsxt-cert.pem'
hostname = 'nsxt-hostname/ip'
nsxt_config = {'cert': 'path-to-nsxt-cert.pem', 'compute_manager_server': 'compute-manager-server-ip', 'credential': {'credential_ty...ompute-manager-server-thumbprint', 'username': 'compute-manager-server-username'}, 'hostname': 'nsxt-hostname/ip', ...}
password = 'nsxt-password'
username = 'nsxt-username'