Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + func CreateExternalNetwork(t *testing.T, client *gophercloud.ServiceClient) (*networks.Network, error) + func CreatePortWithSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, ...) (*ports.Port, error) + func CreateSecurityGroup(t *testing.T, client *gophercloud.ServiceClient) (*groups.SecGroup, error) + func CreateSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, secGroupID string) (*rules.SecGroupRule, error) + func DeleteSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, secGroupID string) + func DeleteSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, ruleID string)