annotate tests/data/jail-root-ref.yml @ 716:26a6c218a66a

- Document the optional module configmix._speedups somewhat - Make the Sphinx primary domain explicit: py
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 15 Aug 2023 20:07:25 +0200
parents db764da37cd2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
680
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 # -*- coding: utf-8; mode: yaml; indent-tabs-mode: nil; -*-
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 # Testing jail roots with references ("symlinks")
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5 %YAML 1.1
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6 ---
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 target1:
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9 tree1:
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10 k1: v1
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11 k2: v2
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
12 k3: v3
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
13 ks: '{{target1.tree1.k3}}'
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
14 sub-tree1:
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
15 k4: v4
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
16 k5: v5
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
17 k6: v6
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
18 ks: '{{target1.tree1.k3}}'
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
19
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
20 target2:
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
21 tree2: '{{ref:#target1.tree1}}'
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
22
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
23 the-root:
e71f8bd50342 Tests for the new feature that resolves references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
24 ref1: '{{ref:#target1.tree1}}'
692
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
25 ref2: '{{ref:#target2.tree2}}'
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
26
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
27
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
28 realworld:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
29 keysets:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
30 access-sign:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
31 - name: key-1
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
32 type: something1
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
33 data: !!null
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
34 - name: key-2
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
35 type: something2
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
36 data:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
37
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
38 job-sign: '{{ref:#realworld.keysets.access-sign}}'
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
39
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
40 token:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
41 access:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
42 nbf: -2
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
43 exp: 7200
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
44 sign: '{{ref:#realworld.keysets.access-sign}}'
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
45 job:
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
46 nbf: -2
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
47 exp: 600
db764da37cd2 Add a test with a "real-world" config structure with regard to references and jails
Franz Glasner <fzglas.hg@dom66.de>
parents: 680
diff changeset
48 sign: '{{ref:#realworld.keysets.job-sign}}'