]> git.proxmox.com Git - pve-network.git/blob - test/ipams/phpipam/ipam_config
tests: add ipams tests
[pve-network.git] / test / ipams / phpipam / ipam_config
1 {
2 'ids' => {
3 'phpipam' => {
4 'url' => 'https://localhost/api/apiadmin',
5 'type' => 'phpipam',
6 'section' => 1,
7 'token' => 'JPHkPSLB4O_XL-GQz4qtEFmNpx-99Htw'
8 },
9 'pve' => {
10 'type' => 'pve'
11 },
12 'netbox' => {
13 'token' => '0123456789abcdef0123456789abcdef01234567',
14 'type' => 'netbox',
15 'url' => 'http://localhost:8000/api'
16 }
17 },
18 }