From d3a8777244ebc107e1124c4fab441b5e0eb75f44 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 20 Sep 2017 16:41:31 -0600 Subject: tests: Add cloudinit package to all test targets The package cloudinit was sparsely added to only the makefile's unittest target and tox's py3 target. This branch adds cloudinit package to 'make unittest3' and all tox environments. It tweaks one cloudinit unit test to use mocked_object.call_count instead of mocked_object.assert_called_once which is not defined in some python unittest versions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7feea400..4ace2270 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ unittest: clean_pyc nosetests $(noseopts) tests/unittests cloudinit unittest3: clean_pyc - nosetests3 $(noseopts) tests/unittests + nosetests3 $(noseopts) tests/unittests cloudinit ci-deps-ubuntu: @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro -- cgit v1.2.3