-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #851 from Shrews/backport-integration-test
[release_2.0] Backport integration test Backports of: PR #790 - Add custom integration python job PR #796 - Migrate container jobs to centos-8-stream nodeset PR #797 - Tune tox.ini PR #798 - Rework bindep.txt files PR #801 - Small change to properly test containers Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: None <None>
- Loading branch information
Showing
8 changed files
with
72 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,2 @@ | ||
# This is a cross-platform list tracking distribution packages needed by tests; | ||
# see https://docs.openstack.org/infra/bindep/ for additional information. | ||
git | ||
openssh-clients [!platform:ubuntu-bionic] | ||
openssh-client [platform:ubuntu-bionic] | ||
rsync | ||
sshpass [epel] | ||
|
||
# ansible | ||
python38-cffi [platform:centos-8] | ||
python38-cryptography [platform:centos-8] | ||
python38-jinja2 [platform:centos-8] | ||
python38-pycparser [platform:centos-8] | ||
python38-six [platform:centos-8] | ||
python38-yaml [platform:centos-8] | ||
|
||
# ncclient | ||
python38-lxml [platform:centos-8 platform:rhel-8] | ||
|
||
# paramiko | ||
findutils [compile platform:centos-8 platform:rhel-8] | ||
gcc [compile platform:centos-8 platform:rhel-8] | ||
make [compile platform:centos-8 platform:rhel-8] | ||
python38-devel [compile platform:centos-8 platform:rhel-8] | ||
|
||
# pypsrp | ||
krb5-devel [compile platform:centos-8 platform:rhel-8] | ||
krb5-workstation [platform:centos-8 platform:rhel-8] | ||
python38-requests [platform:centos-8 platform:rhel-8] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# This is a cross-platform list tracking distribution packages needed by tests; | ||
# see https://docs.openstack.org/infra/bindep/ for additional information. | ||
git | ||
openssh-clients [!platform:ubuntu-bionic] | ||
openssh-client [platform:ubuntu-bionic] | ||
rsync | ||
sshpass [epel] | ||
|
||
# ansible | ||
python38-cffi [platform:centos-8] | ||
python38-cryptography [platform:centos-8] | ||
python38-jinja2 [platform:centos-8] | ||
python38-pycparser [platform:centos-8] | ||
python38-six [platform:centos-8] | ||
python38-yaml [platform:centos-8] | ||
|
||
# ncclient | ||
python38-lxml [platform:centos-8 platform:rhel-8] | ||
|
||
# paramiko | ||
findutils [compile platform:centos-8 platform:rhel-8] | ||
gcc [compile platform:centos-8 platform:rhel-8] | ||
make [compile platform:centos-8 platform:rhel-8] | ||
python38-devel [compile platform:centos-8 platform:rhel-8] | ||
|
||
# pypsrp | ||
krb5-devel [compile platform:centos-8 platform:rhel-8] | ||
krb5-workstation [platform:centos-8 platform:rhel-8] | ||
python38-requests [platform:centos-8 platform:rhel-8] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters