We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a0ea1 commit bfc2e59Copy full SHA for bfc2e59
1 file changed
test/integration/conftest.py
@@ -484,7 +484,7 @@ def create_vpc(test_linode_client):
484
vpc.delete()
485
486
487
-@pytest.fixture(scope="session")
+@pytest.fixture
488
def create_vpc_with_rdma_type(test_linode_client):
489
client = test_linode_client
490
label = get_test_label(length=10)
@@ -540,12 +540,12 @@ def create_vpc_with_subnet_and_linode(
540
instance.delete()
541
542
543
544
def create_vpc_with_subnet_and_rdma_type(create_vpc_with_rdma_type):
545
vpc_rdma = create_vpc_with_rdma_type
546
547
548
- subnet_rdma = create_vpc_with_rdma_type.subnet_create(
+ subnet_rdma = vpc_rdma.subnet_create(
549
label=label,
550
ipv4="10.0.0.0/24",
551
)
0 commit comments