ostree: Update tests for working with YAML file

Merges: https://pagure.io/pungi/pull-request/1019
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-08-10 09:54:30 +02:00
parent b5d5e8da4a
commit b85cd7ff9f
4 changed files with 54 additions and 9 deletions

View file

@ -101,7 +101,12 @@ class Tree(OSTree):
# override ref value in treefile
update_dict['ref'] = self.ostree_ref
self.treefile = tweak_treeconf(self.treefile, source_repos=repos, keep_original_sources=keep_original_sources, update_dict=update_dict)
self.treefile = tweak_treeconf(
self.treefile,
source_repos=repos,
keep_original_sources=keep_original_sources,
update_dict=update_dict
)
self.commitid_file = make_log_file(self.logdir, 'commitid')