From 722e5feca8e18b8586f19a4e4ecd0cecc6a7fd68 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Thu, 15 Oct 2020 08:48:32 +0530 Subject: [PATCH] Remove network config from featureset060 These are similar to defaults so not needed here, noticed during testing of default n/w switch[1]. [1] https://review.opendev.org/757605 Change-Id: I5fac8e75ea2c824793414b2f0870948759213904 --- config/general_config/featureset060.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/general_config/featureset060.yml b/config/general_config/featureset060.yml index 96cd30181..ec4c03e5e 100644 --- a/config/general_config/featureset060.yml +++ b/config/general_config/featureset060.yml @@ -43,8 +43,6 @@ tempest_run_concurrency: 2 tempest_os_cloud: standalone tempest_public_net_name: "provisioning" tempest_public_subnet_name: "provision-subnet" -tempest_public_subnet_cidr: 192.168.24.0/24 -tempest_public_subnet_allocation_pools: 192.168.24.41-192.168.24.100 tempest_private_net_seg_id: '' tempest_test_whitelist: - 'ironic_tempest_plugin.tests.api.admin.test_chassis.TestChassis'