commit 722e5feca8e18b8586f19a4e4ecd0cecc6a7fd68 Author: yatinkarel Date: Thu Oct 15 08:48:32 2020 +0530 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 diff --git a/config/general_config/featureset060.yml b/config/general_config/featureset060.yml index 96cd301..ec4c03e 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'