4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
13 STATUS
=$(readlink -f rootdir/var/lib/dpkg/status)
14 APTARCHIVE
=$(readlink -f aptarchive)
20 testsuccessequal
"Package files:
21 $(echo "$SP" | awk '{ printf("%3s\n",$0) }') ${STATUS}
23 $(echo "$AP" | awk '{ printf("%3s\n",$0) }') file:${APTARCHIVE} Packages
25 Pinned packages:" aptcache policy
"$@"
31 testequalpolicy
100 500
32 testequalpolicy
990 500 -t now
34 sed -i aptarchive
/Release
-e 1i
"NotAutomatic: yes"
37 testequalpolicy
100 1 -o Test
=NotAutomatic
38 testequalpolicy
990 1 -o Test
=NotAutomatic
-t now
40 sed -i aptarchive
/Release
-e 1i
"ButAutomaticUpgrades: yes"
43 testequalpolicy
100 100 -o Test
=ButAutomaticUpgrades
44 testequalpolicy
990 100 -o Test
=ButAutomaticUpgrades
-t now
46 sed -i aptarchive
/Release
-e 's#NotAutomatic: yes#NotAutomatic: no#' -e '/ButAutomaticUpgrades: / d'
49 testequalpolicy
100 500 -o Test
=Automatic
50 testequalpolicy
990 500 -o Test
=Automatic
-t now
52 sed -i aptarchive
/Release
-e '/NotAutomatic: / d' -e '/ButAutomaticUpgrades: / d'
55 msgmsg
'Test with not signed archive'
57 rm -rf rootdir
/var
/lib
/apt
58 testwarning aptget update
--allow-insecure-repositories
62 msgmsg
'Test with signed but no key in trusted'
64 rm -rf rootdir
/var
/lib
/apt
65 signreleasefiles
'Marvin Paranoid'
66 testwarning aptget update
--allow-insecure-repositories
70 # much the same tests will be executed below in more detail again for this one
71 msgmsg
'Test with signed and valid key'
73 rm -rf rootdir
/var
/lib
/apt
74 signreleasefiles
'Joe Sixpack'
75 testsuccess aptget update
79 msgmsg
'Test with specific packages'
81 buildsimplenativepackage
"coolstuff" "all" "1.0" "stable"
82 buildsimplenativepackage
"coolstuff" "all" "2.0~bpo1" "backports"
86 testsuccessequal
"coolstuff:
91 500 file:${APTARCHIVE} backports/main all Packages
93 500 file:${APTARCHIVE} stable/main all Packages" apt policy
'^cool.*'
95 testequalpolicycoolstuff
() {
96 local INSTALLED
="${1:-(none)}"
97 local CANDIDATE
="${2:-(none)}"
105 [ "$1" = "2.0~bpo1" ] && IB
="***" && SB
="
106 100 $STATUS" || IB
=" "
107 [ "$1" = "1.0" ] && IS
="***" && SS
="
108 100 $STATUS" || IS
=" "
111 if [ ! "$7" = "2.0~bpo2" ]; then
113 BPO1ARCHIVE
=" $(echo "$AB" | awk '{ printf("%3s\n",$0) }') file:${APTARCHIVE} backports/main all Packages"
117 $(echo "$AB" | awk '{ printf("%3s\n",$0) }') file:${APTARCHIVE} backports/main all Packages"
118 SB
="$(echo "$SB" | tail -n 1)"
122 testsuccessequal
"coolstuff:
123 Installed: $INSTALLED
124 Candidate: $CANDIDATE
125 Version table:${BPO2ARCHIVE}
129 $(echo "$AS" | awk '{ printf("%3s\n",$0) }') file:${APTARCHIVE} stable/main all Packages$SS" \
130 aptcache policy coolstuff
-o Policy
=${INSTALLED}-${CANDIDATE}-${AB}-${AS}-${PB} $
*
133 testequalpolicycoolstuff
"" "2.0~bpo1" 500 500 500 ""
134 testequalpolicycoolstuff
"" "1.0" 500 990 500 "" -t stable
135 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 990 "" -t backports
137 Pin: release n=backports
138 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
139 testequalpolicycoolstuff
"" "1.0" 200 500 200 "" -o Test
=GlobalPin
140 testequalpolicycoolstuff
"" "1.0" 200 990 200 "" -o Test
=GlobalPin
-t stable
141 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 990 "" -o Test
=GlobalPin
-t backports
143 Pin: release n=backports
144 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
145 testequalpolicycoolstuff
"" "2.0~bpo1" 600 500 600 "" -o Test
=GlobalPin
146 testequalpolicycoolstuff
"" "1.0" 600 990 600 "" -o Test
=GlobalPin
-t stable
147 echo "Package: coolstuff
148 Pin: release n=backports
149 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
150 #FIXME: policy can't differentiate between two sources where one has a package specific pin in place
151 # testequalpolicycoolstuff "" "1.0" 500 500 200 "2.0~bpo1" -o Test=PackagePin
152 # testequalpolicycoolstuff "" "1.0" 990 500 200 "2.0~bpo1" -o Test=PackagePin -t backports
153 testequalpolicycoolstuff
"" "1.0" 500 990 200 "2.0~bpo1" -o Test
=PackagePin
-t stable
154 echo "Package: coolstuff
155 Pin: release n=backports
156 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
157 testequalpolicycoolstuff
"" "2.0~bpo1" 500 500 600 "2.0~bpo1" -o Test
=PackagePin
158 testequalpolicycoolstuff
"" "1.0" 500 990 600 "2.0~bpo1" -o Test
=PackagePin
-t stable
159 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 600 "2.0~bpo1" -o Test
=PackagePin
-t backports
161 echo "Package: coolstuff
162 Pin: release n=backports
163 Pin-Priority: -1" > rootdir
/etc
/apt
/preferences
164 # testequalpolicycoolstuff "" "1.0" 500 500 -1 "2.0~bpo1" -o Test=PackagePin
165 # testequalpolicycoolstuff "" "1.0" 990 500 -1 "2.0~bpo1" -o Test=PackagePin -t backports
166 # testequalpolicycoolstuff "" "1.0" 500 990 -1 "2.0~bpo1" -o Test=PackagePin -t stable
168 rm rootdir
/etc
/apt
/preferences
169 sed -i aptarchive
/dists
/backports
/Release
-e 1i
"NotAutomatic: yes"
173 testequalpolicycoolstuff
"" "1.0" 1 500 1 "" -o Test
=NotAutomatic
174 testequalpolicycoolstuff
"" "1.0" 1 990 1 "" -o Test
=NotAutomatic
-t stable
175 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 990 "" -o Test
=NotAutomatic
-t backports
177 Pin: release n=backports
178 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
179 testequalpolicycoolstuff
"" "1.0" 200 500 200 "" -o Test
=NotAutomatic
181 Pin: release n=backports
182 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
183 testequalpolicycoolstuff
"" "2.0~bpo1" 600 500 600 "" -o Test
=NotAutomatic
184 testequalpolicycoolstuff
"" "1.0" 600 990 600 "" -o Test
=NotAutomatic
-t stable
185 echo "Package: coolstuff
186 Pin: release n=backports
187 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
188 testequalpolicycoolstuff
"" "1.0" 1 500 200 "2.0~bpo1" -o Test
=NotAutomatic
189 echo "Package: coolstuff
190 Pin: release n=backports
191 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
192 testequalpolicycoolstuff
"" "2.0~bpo1" 1 500 600 "2.0~bpo1" -o Test
=NotAutomatic
193 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 600 "2.0~bpo1" -o Test
=NotAutomatic
-t backports
194 testequalpolicycoolstuff
"" "1.0" 1 990 600 "2.0~bpo1" -o Test
=NotAutomatic
-t stable
196 rm rootdir
/etc
/apt
/preferences
197 sed -i aptarchive
/dists
/backports
/Release
-e 1i
"ButAutomaticUpgrades: yes"
201 testequalpolicycoolstuff
"" "1.0" 100 500 100 "" -o Test
=ButAutomaticUpgrades
202 testequalpolicycoolstuff
"" "1.0" 100 990 100 "" -o Test
=ButAutomaticUpgrades
-t stable
203 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 990 "" -o Test
=ButAutomaticUpgrades
-t backports
205 Pin: release n=backports
206 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
207 testequalpolicycoolstuff
"" "1.0" 200 500 200 "" -o Test
=ButAutomaticUpgrades
209 Pin: release n=backports
210 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
211 testequalpolicycoolstuff
"" "2.0~bpo1" 600 500 600 "" -o Test
=ButAutomaticUpgrades
212 testequalpolicycoolstuff
"" "1.0" 600 990 600 "" -o Test
=ButAutomaticUpgrades
-t stable
213 echo "Package: coolstuff
214 Pin: release n=backports
215 Pin-Priority: 200" > rootdir
/etc
/apt
/preferences
216 testequalpolicycoolstuff
"" "1.0" 100 500 200 "2.0~bpo1" -o Test
=ButAutomaticUpgrades
217 echo "Package: coolstuff
218 Pin: release n=backports
219 Pin-Priority: 600" > rootdir
/etc
/apt
/preferences
220 testequalpolicycoolstuff
"" "2.0~bpo1" 100 500 600 "2.0~bpo1" -o Test
=ButAutomaticUpgrades
221 testequalpolicycoolstuff
"" "2.0~bpo1" 990 500 600 "2.0~bpo1" -o Test
=ButAutomaticUpgrades
-t backports
222 testequalpolicycoolstuff
"" "1.0" 100 990 600 "2.0~bpo1" -o Test
=ButAutomaticUpgrades
-t stable
224 rm rootdir
/etc
/apt
/preferences
225 testsuccess aptget
install coolstuff
-y
226 testequalpolicycoolstuff
"1.0" "1.0" 100 500 100 "" -o Test
=ButAutomaticUpgrades
227 testsuccess aptget dist
-upgrade -y
228 testequalpolicycoolstuff
"1.0" "1.0" 100 500 100 "" -o Test
=ButAutomaticUpgrades
229 testequalpolicycoolstuff
"1.0" "1.0" 100 990 100 "" -o Test
=ButAutomaticUpgrades
-t stable
230 testequalpolicycoolstuff
"1.0" "2.0~bpo1" 990 500 990 "" -o Test
=ButAutomaticUpgrades
-t backports
232 testsuccess aptget
install coolstuff
-t backports
-y
233 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 100 500 100 "" -o Test
=ButAutomaticUpgrades
234 testsuccess aptget dist
-upgrade -y
235 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 100 500 100 "" -o Test
=ButAutomaticUpgrades
236 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 100 990 100 "" -o Test
=ButAutomaticUpgrades
-t stable
237 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 990 500 990 "" -o Test
=ButAutomaticUpgrades
-t backports
239 rm incoming
/backports.main.pkglist incoming
/backports.main.srclist
240 buildsimplenativepackage
"coolstuff" "all" "2.0~bpo2" "backports"
243 sed -i aptarchive
/dists
/backports
/Release
-e 1i
"NotAutomatic: yes"
247 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 1 500 100 "" "2.0~bpo2" -o Test
=NotAutomatic
248 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo1" 1 990 100 "" "2.0~bpo2" -o Test
=NotAutomatic
-t stable
249 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo2" 990 500 100 "" "2.0~bpo2" -o Test
=NotAutomatic
-t backports
251 sed -i aptarchive
/dists
/backports
/Release
-e 1i
"ButAutomaticUpgrades: yes"
255 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo2" 100 500 100 "" "2.0~bpo2" -o Test
=ButAutomaticUpgrades
256 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo2" 100 990 100 "" "2.0~bpo2" -o Test
=ButAutomaticUpgrades
-t stable
257 testequalpolicycoolstuff
"2.0~bpo1" "2.0~bpo2" 990 500 100 "" "2.0~bpo2" -o Test
=ButAutomaticUpgrades
-t backports
260 tmppath
=$(readlink -f .)
262 # Check 16-bit integers
263 echo "Package: coolstuff
264 Pin: release n=backports
266 " > rootdir
/etc
/apt
/preferences
268 testsuccess aptget
install -s coolstuff
-o PinPriority
=32767
270 echo "Package: coolstuff
271 Pin: release n=backports
273 " > rootdir
/etc
/apt
/preferences
274 testsuccess aptget
install -s coolstuff
-o PinPriority
=-32768
277 # Check for 32-bit integers
278 echo "Package: coolstuff
279 Pin: release n=backports
281 " > rootdir
/etc
/apt
/preferences
283 testfailureequal
"Reading package lists...
284 E: ${tmppath}/rootdir/etc/apt/preferences: Value 32768 is outside the range of valid pin priorities (-32768 to 32767)" \
285 aptget
install -s coolstuff
-o PinPriority
=32768
288 echo "Package: coolstuff
289 Pin: release n=backports
291 " > rootdir
/etc
/apt
/preferences
293 testfailureequal
"Reading package lists...
294 E: ${tmppath}/rootdir/etc/apt/preferences: Value -32769 is outside the range of valid pin priorities (-32768 to 32767)" \
295 aptget
install -s coolstuff
-o PinPriority
=-32769
297 # Check for 64-bit integers
299 echo "Package: coolstuff
300 Pin: release n=backports
301 Pin-Priority: 2147483648
302 " > rootdir
/etc
/apt
/preferences
304 testfailureequal
"Reading package lists...
305 E: Cannot convert 2147483648 to integer: out of range
306 E: ${tmppath}/rootdir/etc/apt/preferences: Value 2147483648 is outside the range of valid pin priorities (-32768 to 32767)" \
307 aptget
install -s coolstuff
-o PinPriority
=2147483648
310 echo "Package: coolstuff
311 Pin: release n=backports
313 " > rootdir
/etc
/apt
/preferences
315 testfailureequal
"Reading package lists...
316 E: No priority (or zero) specified for pin" \
317 aptget
install -s coolstuff
-o PinPriority
=0