@@ -47,7 +47,7 @@ def contain_preseed
4747 %r{^d-i netcfg/get_hostname string vmname\. default\. invalid$} ,
4848 %r{^d-i netcfg/get_domain string default\. invalid$} ,
4949 %r{^d-i netcfg/hostname string vmname\. default\. invalid$} ,
50- %r{^d-i apt-setup/local0/repository string https://apt\. voxpupuli\. org debian11 openvox8$.*^d-i apt-setup/local0/key string https://apt\. voxpupuli\. org/openvox-keyring\. gpg$}m ,
50+ %r{^d-i apt-setup/local0/repository string https://apt\. voxpupuli\. org debian13 openvox8$.*^d-i apt-setup/local0/key string https://apt\. voxpupuli\. org/openvox-keyring\. gpg$}m ,
5151 %r{\s wget -O /target/etc/puppetlabs/puppet/puppet\. conf\s .*https://files\. default\. invalid/puppet\. conf}m
5252 ] . each do |line |
5353 it { is_expected . to contain_preseed . with_content ( line ) }
@@ -86,7 +86,7 @@ def contain_preseed
8686 %r{ -n 'vmname'} ,
8787 %r{ -r 1024} ,
8888 %r{ --vcpus 2} ,
89- %r{ --location http://ftp\. us\. debian\. org/debian/dists/bullseye /main/installer-amd64/} ,
89+ %r{ --location http://ftp\. us\. debian\. org/debian/dists/trixie /main/installer-amd64/} ,
9090 %r{ --os-variant=debianbullseye} ,
9191 %r{ --disk '/var/lib/libvirt/images/vmname\. img,size=16'} ,
9292 %r{ --network bridge=br0,model=virtio .* --network bridge=br1,model=virtio}m ,
@@ -311,8 +311,8 @@ def contain_preseed
311311 it { is_expected . not_to compile }
312312 end
313313
314- context "with bullseye build name" do
315- let ( :params ) { { build : "bullseye " } }
314+ context "with trixie build name" do
315+ let ( :params ) { { build : "trixie " } }
316316
317317 [
318318 %r{^d-i preseed/late_command string\b } ,
0 commit comments