This file is indexed.

/usr/share/doc/python3-pyutilib/examples/autotest/example1.yml is in python3-pyutilib 5.3.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
driver: example

python:
    - import example

solvers:
    cat:
    cat2:
        name: cat
        cat_options: -n
    echo:

problems:
    p1:
        file: README.txt
    p2:
        file: example.py
    p3:
        file: LoremIpsum1.txt

suites:

    suite1:
        categories:
            - smoke
            - suite1
        solvers:
            cat:
            cat2:
            echo:
        problems:
            p1:

    suite2:
        categories:
            - nightly
            - suite2
        solvers:
            cat:
            cat2:
            echo:
        problems:
            p1:
            p2:
            p3:
        tests:
            - solver: cat
              problem: p1
            - solver: cat2
              problem: p2
            - solver: echo
              problem: p3

    suite3:
        categories:
            - suite3
        solvers:
            cat:
            catx:
                solver: cat
                cat_options: -n
        problems:
            p1: