Merge lp:~psivaa/qa-iso-static-validation-test/check-for-folders into lp:qa-iso-static-validation-test

Proposed by Para Siva
Status: Merged
Merged at revision: 23
Proposed branch: lp:~psivaa/qa-iso-static-validation-test/check-for-folders
Merge into: lp:qa-iso-static-validation-test
Diff against target: 29 lines (+9/-9)
1 file modified
data/file_list_ubiquity (+9/-9)
To merge this branch: bzr merge lp:~psivaa/qa-iso-static-validation-test/check-for-folders
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+150765@code.launchpad.net

Description of the change

The static validation tests for test_file_list_ubiquity is currently testing for the presence of boot, dists, pool, ubuntu, install, pics etc as file names instead of folders. They are in fact folders that should be present in the images. Hence this MP is to change the file_list for ubiquity to contain them as folder names instead of file names. With 20130227 images amd64 static validation tests passed because there was a file containing word pool, but the images did not contain ./pool/ folder.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/file_list_ubiquity'
2--- data/file_list_ubiquity 2012-06-11 09:31:39 +0000
3+++ data/file_list_ubiquity 2013-02-27 11:40:35 +0000
4@@ -1,16 +1,16 @@
5 ./autorun.inf
6-./boot
7-./casper
8-./.disk
9-./dists
10-./install
11-./isolinux
12+./boot/
13+./casper/
14+./.disk/
15+./dists/
16+./install/
17+./isolinux/
18 ./md5sum.txt
19-./pics
20-./pool
21+./pics/
22+./pool/
23 ./preseed
24 ./README.diskdefines
25-./ubuntu
26+./ubuntu/
27 ./wubi.exe
28 /casper
29 /casper/filesystem.squashfs

Subscribers

People subscribed via source and target branches

to all changes: