From 4fe128d7e3d925b900f7d4ea43cd032533caf023 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Fri, 27 May 2022 15:59:25 +0200 Subject: [PATCH] Update ci jobs docs Patch [1] dropped neutron-tempest-plugin-api job and combined it with the scenario jobs. This patch updates documentation accordingly. [1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/836912 Change-Id: I96af21382d04aa8bff63885c891992555e82c0ba --- doc/source/contributor/testing/ci_scenario_jobs.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/contributor/testing/ci_scenario_jobs.rst b/doc/source/contributor/testing/ci_scenario_jobs.rst index 3b7ec12be2a..93c6ecc34fd 100644 --- a/doc/source/contributor/testing/ci_scenario_jobs.rst +++ b/doc/source/contributor/testing/ci_scenario_jobs.rst @@ -38,25 +38,25 @@ Below is a summary of those jobs. | Job name | Run tests | python | nodes | L2 agent | firewall | L3 agent | L3 HA | L3 DVR | enable_dvr | Run in gate | | | | version | | | driver | mode | | | | queue | +==============================================+==================================+=========+=======+=============+=================+==========+=======+========+============+=============+ - |neutron-tempest-plugin-api |neutron_tempest_plugin.api | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | Yes | - +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ |neutron-tempest-plugin-designate-scenario |neutron_tempest_plugin.scenario.\ | 3.6 | 1 | openvswitch | openvswitch | legacy | False | False | True | No | | |test_dns_integration | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ - |neutron-tempest-plugin-scenario-linuxbridge |neutron_tempest_plugin.scenario | 3.6 | 1 | linuxbridge | iptables | ha | False | False | False | Yes | + |neutron-tempest-plugin-linuxbridge |neutron_tempest_plugin.api | 3.6 | 1 | linuxbridge | iptables | ha | False | False | False | Yes | + | |neutron_tempest_plugin.scenario | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | | | | test_attach_interfaces | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | | | | test_multiple_create | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ - |neutron-tempest-plugin-scenario-openvswitch |neutron_tempest_plugin.scenario | 3.6 | 1 | openvswitch | openvswitch | ha | False | False | False | Yes | + |neutron-tempest-plugin-openvswitch |neutron_tempest_plugin.api | 3.6 | 1 | openvswitch | openvswitch | ha | False | False | False | Yes | + | |neutron_tempest_plugin.scenario | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | | | | test_attach_interfaces | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | | | | test_multiple_create | | | | | | | | | | +----------------------------------------------+----------------------------------+---------+-------+-------------+-----------------+----------+-------+--------+------------+-------------+ - |neutron-tempest-plugin-scenario-openvswitch-\ |neutron_tempest_plugin.scenario | 3.6 | 1 | openvswitch | iptables_hybrid | ha | False | False | False | Yes | - | iptables_hybrid | | | | | | | | | | | + |neutron-tempest-plugin-openvswitch-\ |neutron_tempest_plugin.api | 3.6 | 1 | openvswitch | iptables_hybrid | ha | False | False | False | Yes | + | iptables_hybrid |neutron_tempest_plugin.scenario | | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | | | | test_attach_interfaces | | | | | | | | | | | |tempest.api.compute.servers.\ | | | | | | | | | |