ubuntu/+source/ansible:ubuntu/oracular-devel

Last commit made on 2024-03-09
Get this branch:
git clone -b ubuntu/oracular-devel https://git.launchpad.net/ubuntu/+source/ansible
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/oracular-devel
Repository:
lp:ubuntu/+source/ansible

Recent commits

bf13ccf... by Matthias Klose

9.2.0+dfsg-0ubuntu5 (patches unapplied)

Imported using git-ubuntu import.

7c88cf9... by Benjamin Drung

Release ansible 9.2.0+dfsg-0ubuntu4

Signed-off-by: Benjamin Drung <email address hidden>

7c70885... by Benjamin Drung

test: replace deprecated TestCase methods

The `TestCase` methods `assertEquals`, `assertNotEquals`, and
`assertRaisesRegexp` are depracated and removed in Python 3.12.

Signed-off-by: Benjamin Drung <email address hidden>

ae72dfe... by Benjamin Drung

test(sensu-go): fix assertion for Mock.called_once_with

Calling `Mock.called_once_with` returns a mock object and asserting that
always succeeds.

Replace `Mock.called_once_with` with `Mock.assert_called_once_with`.

Origin: upstream, https://github.com/sensu/sensu-go-ansible/pull/361

de62d0f... by Benjamin Drung

test(infoblox): fix assertion for Mock.called_once_with

Calling `Mock.called_once_with` returns a mock object and asserting that
always succeeds.

Replace `Mock.called_once_with` with `Mock.assert_called_once_with` and
correct the expected parameters to the `update_object` call.

Forwarded: https://github.com/infobloxopen/infoblox-ansible/pull/218
Signed-off-by: Benjamin Drung <email address hidden>

c394059... by Benjamin Drung

test(netbox): fix assertions for mock calls

Calling `MagicMock.called_once`, `MagicMock.called_once_with`, or
`MagicMock.not_called` returns a mock object and asserting that always
succeeds.

Replace those calls with their correct `MagicMock.assert_*`
counterparts.

Forwarded: https://github.com/netbox-community/ansible_modules/pull/1178
Signed-off-by: Benjamin Drung <email address hidden>

f0fbf27... by Benjamin Drung

debian/tests: always run all test cases

Signed-off-by: Benjamin Drung <email address hidden>

1894d84... by Benjamin Drung

Suggest python3-jsonschema for jsonschema validate plugin

Signed-off-by: Benjamin Drung <email address hidden>

8f39232... by Benjamin Drung

debian/tests: set HOME to a writeable directory

The home directory might not exist and cannot be created in an schroot
environment. Set the `HOME` environment to a writable temporary
directory to prevent the tests to fail.

a41bff6... by Matthias Klose

9.2.0+dfsg-0ubuntu3 (patches unapplied)

Imported using git-ubuntu import.