File: nested.yaml

package info (click to toggle)
snapd 2.71-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,536 kB
  • sloc: ansic: 16,114; sh: 16,105; python: 9,941; makefile: 1,890; exp: 190; awk: 40; xml: 22
file content (40 lines) | stat: -rw-r--r-- 798 bytes parent folder | download
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
rules:
  nested:
    from:
      - tests/nested/.*
    to: [$SELF]

  nestedlib:
    from:
      - tests/lib/nested.sh
    to: [tests/nested/]

  assertions:
    from:
      - tests/lib/assertions/.*
    to: [tests/nested/]

  exclude-tests:
    from:
      - .*_test.go
    to: [$NONE]

  code-changes:
    from:
      - secboot/.*
      - boot/.*
      - bootloader/.*
      - overlord/devicestate/.*
      - overlord/install/.*
      - overlord/fdestate/.*
      - overlord/restart/.*
      - cmd/snap-bootstrap/.*
      - kernel/.*
      - gadget/.*
      - seed/.*
      - core-initrd/.*
      - overlord/configstate/configcore/coredump.go
      - overlord/configstate/configcore/kernel.go
      - overlord/configstate/configcore/timezone.go
      - wrappers/core18.go
    to: [tests/nested/]