Install nmap on the Redhat 8 and Debian

Nmap provides ncat tool which is required e.g. by
neutron_tempest_plugin.scenario.test_port_forwarding tests.

Closes-bug: #1918597
Change-Id: I2e5b677bedfbb33518b3b655a49eaffb065f0534
This commit is contained in:
Slawek Kaplonski 2021-03-15 14:38:41 +01:00
parent 50c0f319b1
commit c09cbbee66
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ tempest_distro_packages:
- git-core
- libxslt1.1 # required by the python module unittest2
- build-essential # required to build tempest plugins (TODO) remove this when repo server can satisfy the tempest plugin requirements
- nmap # provides ncat tool which is required by some of the neutron-tempest-plugin scenario tests
tempest_service_distro_packages:
- tempest

View File

@ -18,6 +18,7 @@ tempest_distro_packages:
- libxslt # required by the python module unittest2
- gcc # required to build tempest plugins (TODO) remove this when the repo server can satisfy the tempest plugin requirements
- iputils
- nmap # provides ncat tool which is required by some of the neutron-tempest-plugin scenario tests
_stestr_executable: stestr-3