File: Tests.pl

package info (click to toggle)
libconfig-model-dpkg-perl 3.017
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: perl: 8,530; python: 242; makefile: 77; javascript: 16; sh: 1
file content (27 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
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
use strict;
use warnings;

return [
  {
    'element' => [
      'control',
      {
        'cargo' => {
          'config_class_name' => 'Dpkg::Tests::Control',
          'type' => 'node'
        },
        'type' => 'list'
      }
    ],
    'name' => 'Dpkg::Tests',
    'rw_config' => {
      'auto_create' => '1',
      'auto_delete' => '1',
      'backend' => 'Dpkg::Autopkgtest',
      'config_dir' => 'debian/tests',
      'file' => 'control'
    }
  }
]
;