Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testinfra to 6.0.0 #258

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pyup-bot
Copy link
Contributor

This PR updates testinfra from 1.19.0 to 6.0.0.

Changelog

6.0.0

=====

* Breaking change: testinfra has moved to the https://github.com/pytest-dev/
organization. Project on PyPi is renamed as pytest-testinfra. A dummy
testinfra will make the transition, but you should rename to pytest-testinfra
in your requirements files.

5.3.1

=====

* Fix newly introduced is_masked property on systemd service https://github.com/philpep/testinfra/pull/569

5.3.0

=====

* Add is_masked property on systemd service

5.2.2

=====

* iptables: use -w option to wait for iptables lock when running in parallel
with pytest-xdist.

5.2.1

=====

* Fix documentation build

5.2.0

=====

* Allow kubeconfig context to be supplied in kubernetes backend
* Drop file.__ne__ implementation and require python >= 3.5

5.1.0

=====

* Use remote_user and remote_port in ansible.cfg
* Add `arch` (architecture) attribute to system_info module

5.0.0

=====

* Breaking change:  host.file().listdir() is now a method

4.1.0

=====

* Pass extra arguments to ansible CLI via host.ansible()
* New method host.file.listdir() to list items in a directory.

4.0.0

=====

* Drop python2 support

3.4.0

=====

* Add podman backend and module
* WARNING: this will be the latest testinfra version supporting python2, please
upgrade to python3.

3.3.0

=====

* Add extras for backend dependencies (454)
* Various enhencements of kitchen integration documentation
* ansible backend now support "password" field from ansible inventory
* New backend "openshift"

3.2.1

=====

* Fix Process module when working with long strings (username, ...) 505

3.2.0

=====

* New module "environment" for getting remote environment variables
* New module "block_device" exposing block device informations
* Add a global flag --force-ansible to the command line
* Raise an error in case of missing ansible inventory file
* Fix an escape issue with ansible ssh args set inventory or configuration file

3.1.0

=====

* ssh connections uses persistent connections by default. You can disable this
by passing controlpersist=0 to the connections options.
* ansible ssh connections now use ssh backend instead of paramiko.
ansible_ssh_common_args and ansible_ssh_extra_args are now taking in account.
* Add a new ansible connection options "force_ansible", when set to True,
testinfra will always call ansible for all commands he need to run.
* Handle all ansible connections types by setting force_ansible=True for
connections which doesn't have a testinfra equivalent connection (for example
"network_cli").

3.0.6

=====

* Issue full command logging using DEBUG log level to avoid logging sensible data when log level is INFO.
* Fix possible crash when parsing ansible inventories 470
* Support using alternative kubeconfig file in kubectl connections 460
* Support parsing ProxyCommand from ssh_config for paramiko connections

3.0.5

=====

* Set default timeout to 10s on ssh/paramiko connections
* Add support for ansible inventory parameter ansible_private_key_file

3.0.4

=====

* Add support for ansible lxc and lxd connections

3.0.3

=====

* Fix paramiko parsing RequestTTY from ssh configs
* Re-add "groups" key from ansible.get_variables() to be backward compatible
with testinfra 2.X

3.0.2

=====

* Fix ansible with no inventory resolving to "localhost"
* Fix support for ansible 2.8 with no inventory
* Fix ansible/paramiko which wasn't reading hosts config from ~/.ssh/config
* Allow to pass --ssh-config and --ssh-identity-file to ansible connection

3.0.1

=====

* Fix parsing of ipv6 adresses for paramiko, ssh and ansible backends.
* Fix --connection=ansible invocation when no hosts are provided

3.0.0

=====

* New ansible backend fixing support for ansible 2.8 and license issue. See
https://github.com/philpep/testinfra/issues/431 for details. This make
ansible using testinfra native backends and only works for local, ssh or
docker connections. I you have others connection types or issues, please open
a bug on https://github.com/philpep/testinfra/issues/new
* Windows support is improved. "package" module is handled with Chocolatey and
there's support for the "user" module.

2.1.0

======

* docker: new get_containers() classmethod
* socket: fix parsing of ipv6 addresses with new versions of ss
* service: systemd fallback to sysv when "systemctl is-active" is not working

2.0.0

======

* Add addr module, used to test network connectivity
* Drop deprecated "testinfra" command, you should use "py.test" instead
* Drop deprecated top level fixtures, access them through the fixture "host" instead.
* Drop support for ansible <= 2.4
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant