diff options
| author | Christian Ehrhardt <[email protected]> | 2016-07-25 10:19:11 +0000 |
|---|---|---|
| committer | Christian Ehrhardt <[email protected]> | 2016-07-25 10:19:11 +0000 |
| commit | a186d0882d19444f90b347e85fdb40e3c66cb774 (patch) | |
| tree | 493206c2055df3cb3a1ec4b63345decbcc8b8517 /tests/vmtests/test_apt_source.py | |
| parent | 4edea1172de3d74fd5bb1f5538f1800efa485157 (diff) | |
switch apt_preserve_sources_list to True
Now that all tests have succeeded we switch the apt_preserve_sources_list
that is passed to cloud-init to True to keep curtin rendered sources.list
intact unless overwritten by user data.
bzr-revno: 389.7.201
Diffstat (limited to 'tests/vmtests/test_apt_source.py')
| -rw-r--r-- | tests/vmtests/test_apt_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vmtests/test_apt_source.py b/tests/vmtests/test_apt_source.py index a9fc1354..b017d221 100644 --- a/tests/vmtests/test_apt_source.py +++ b/tests/vmtests/test_apt_source.py @@ -61,7 +61,7 @@ class TestAptSrcAbs(VMBaseClass): def test_preserve_source(self): """test_preserve_source - no clobbering sources.list by cloud-init""" self.check_file_regex("curtin-preserve-sources.list", - "apt_preserve_sources_list.*false") + "apt_preserve_sources_list.*true") def test_source_files(self): """test_source_files - Check generated .lists for correct content""" |
