Skip to content

Commit b0cdeec

Browse files
authored
Merge pull request #10 from rezib/pr/disable-boostrap
Tests: disable mock bootstrap image
2 parents 9b37415 + 87f63b4 commit b0cdeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
config_opts['releasever'] = '8'
3434
config_opts['priorities.conf'] = "[main]\\nenabled = 1\\n"
3535
config_opts['package_manager'] = 'dnf'
36-
config_opts['bootstrap_image'] = 'centos:8'
36+
config_opts['use_bootstrap_image'] = False
3737
config_opts['isolation'] = 'simple'
3838
config_opts['chroot_setup_cmd'] = (
3939
'install tar gcc-c++ redhat-rpm-config redhat-release which xz sed make '

0 commit comments

Comments
 (0)