buildinstall: Log message for boot config change
JIRA: COMPOSE-3945 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
0c040e0a69
commit
6afbe6d20a
4 changed files with 14 additions and 6 deletions
|
|
@ -224,7 +224,7 @@ class TestPatchingIso(unittest.TestCase):
|
|||
input_charset='utf-8',
|
||||
volid='foobar')])
|
||||
self.assertEqual(tweak_configs.call_args_list,
|
||||
[mock.call(ANYTHING, 'foobar', 'path/to/ks.cfg')])
|
||||
[mock.call(ANYTHING, 'foobar', 'path/to/ks.cfg', logger=log)])
|
||||
self.assertEqual(copy_all.mock_calls,
|
||||
[mock.call('mounted-iso-dir', ANYTHING)])
|
||||
self.assertEqual(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue