Add iputils to use the ping command
We need to install iputils for the pinging of the router task. Change-Id: Ie93b8f7062340132350b7f284ca860825aa49a57
This commit is contained in:
@@ -23,6 +23,7 @@ tempest_service_distro_packages:
|
|||||||
- openstack-tempest
|
- openstack-tempest
|
||||||
- python-subunit
|
- python-subunit
|
||||||
- subunit-filters
|
- subunit-filters
|
||||||
|
- iputils
|
||||||
|
|
||||||
tempest_plugin_distro_packages:
|
tempest_plugin_distro_packages:
|
||||||
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
|
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ tempest_service_distro_packages:
|
|||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-python-subunit', 'python2-python-subunit') }}"
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-python-subunit', 'python2-python-subunit') }}"
|
||||||
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-os-testr', 'python2-os-testr') }}"
|
- "{{ (ansible_distribution_version is version ('42', '>=')) | ternary('python-os-testr', 'python2-os-testr') }}"
|
||||||
- python-junitxml
|
- python-junitxml
|
||||||
|
- iputils
|
||||||
|
|
||||||
tempest_plugin_distro_packages:
|
tempest_plugin_distro_packages:
|
||||||
- "{{ (tempest_service_available_cinder | bool) | ternary('python-cinder-tempest-plugin', '') }}"
|
- "{{ (tempest_service_available_cinder | bool) | ternary('python-cinder-tempest-plugin', '') }}"
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ tempest_service_distro_packages:
|
|||||||
- tempest
|
- tempest
|
||||||
- python-junitxml
|
- python-junitxml
|
||||||
- python-subunit
|
- python-subunit
|
||||||
|
- iputils-ping
|
||||||
|
|
||||||
# Note(odyssey4me):
|
# Note(odyssey4me):
|
||||||
# Ubuntu does not publish tempest plugin packages. They do
|
# Ubuntu does not publish tempest plugin packages. They do
|
||||||
|
|||||||
Reference in New Issue
Block a user