Skip to content

Commit d7c3181

Browse files
committed
updated documentation of tessts
1 parent 5eeee22 commit d7c3181

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/offline_mode/test_offline_mode_symlink.xml.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ cat <<EOF
1818
</affected>
1919
</metadata>
2020
<criteria>
21-
<criterion test_ref="oval:x:tst:1" comment="always pass"/>
22-
<criterion test_ref="oval:x:tst:2" comment="always pass"/>
23-
<criterion test_ref="oval:x:tst:3" comment="always pass"/>
24-
<criterion test_ref="oval:x:tst:4" comment="always pass"/>
25-
<criterion test_ref="oval:x:tst:5" comment="always pass"/>
26-
<criterion test_ref="oval:x:tst:6" comment="always pass"/>
27-
<criterion test_ref="oval:x:tst:7" comment="always pass"/>
28-
<criterion test_ref="oval:x:tst:8" comment="always pass"/>
29-
<criterion test_ref="oval:x:tst:9" comment="always pass"/>
30-
<criterion test_ref="oval:x:tst:10" comment="always pass"/>
31-
<criterion test_ref="oval:x:tst:11" comment="always pass"/>
32-
<criterion test_ref="oval:x:tst:12" comment="always pass"/>
21+
<criterion test_ref="oval:x:tst:1" comment="correct symlink"/>
22+
<criterion test_ref="oval:x:tst:2" comment="points to a broken symlink, target deleted"/>
23+
<criterion test_ref="oval:x:tst:3" comment="points to nonexisting file, not a symlink"/>
24+
<criterion test_ref="oval:x:tst:4" comment="is a regular file, not a symlink"/>
25+
<criterion test_ref="oval:x:tst:5" comment="circular symlink"/>
26+
<criterion test_ref="oval:x:tst:6" comment="two chained symlinks pointing to an existing file"/>
27+
<criterion test_ref="oval:x:tst:7" comment="symlink to an existing file, but the file name is well-known and should produce error if ran outside the container"/>
28+
<criterion test_ref="oval:x:tst:8" comment="valid symlink with relative path"/>
29+
<criterion test_ref="oval:x:tst:9" comment="broken symlink with relative path"/>
30+
<criterion test_ref="oval:x:tst:10" comment="valid symlink with lots of .. in the path, tests if we can't get out of the container"/>
31+
<criterion test_ref="oval:x:tst:11" comment="symlink with . in the path"/>
32+
<criterion test_ref="oval:x:tst:12" comment="tests for a symlink which exists only outside the container"/>
3333
</criteria>
3434
</definition>
3535
</definitions>

0 commit comments

Comments
 (0)