refs #812 Changes ids to subnetsIds in tests
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf
Luis Gerardo Romero Garcia 2024-10-09 10:58:30 +02:00
parent 330cacd3ed
commit 859f0151f3
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ Post a new subnet
[Documentation] Post a new subnet [Documentation] Post a new subnet
[Tags] subnets [Tags] subnets
${new_subnet} Create Dictionary ${new_subnet} Create Dictionary
... id=${valid_net_id} ... subnetId=${valid_net_id}
... mask=255.255.255.0 ... mask=255.255.255.0
... address=192.168.2.0 ... address=192.168.2.0
... nextServer=192.168.2.1 ... nextServer=192.168.2.1
@ -77,7 +77,7 @@ Post a new subnet with existing id
[Documentation] Post a new subnet with invalid data [Documentation] Post a new subnet with invalid data
[Tags] subnets [Tags] subnets
${new_subnet} Create Dictionary ${new_subnet} Create Dictionary
... id=2 ... subnetId=2
... mask=255.255.255.0 ... mask=255.255.255.0
... address=192.168.3.0 ... address=192.168.3.0
... nextServer=192.168.3.1 ... nextServer=192.168.3.1
@ -94,7 +94,7 @@ Post a new subnet with existing address
[Tags] subnets [Tags] subnets
${headers}= Create Dictionary Content-Type=application/json ${headers}= Create Dictionary Content-Type=application/json
${new_subnet_invalid} Create Dictionary ${new_subnet_invalid} Create Dictionary
... id=3 ... idsubnetId=3
... mask=255.255.255.0 ... mask=255.255.255.0
... address=192.168.1.0 ... address=192.168.1.0
... nextServer=192.168.1.1 ... nextServer=192.168.1.1