Skip to content

Commit 20e8d1a

Browse files
committed
[#1304] Updated shell tests
1 parent 90fad75 commit 20e8d1a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/bin/shell/tests/basic_auth_tests.sh.in

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ CONFIG="{
1616
{
1717
\"http-host\": \"127.0.0.1\",
1818
\"http-port\": 8081,
19-
\"basic-authentication-realm\": \"ISC.ORG\",
20-
\"basic-authentications\": [
19+
\"authentication\":
2120
{
22-
\"user\": \"pet\",
23-
\"password\": \"meow\"
24-
}
25-
],
21+
\"type\": \"basic\",
22+
\"realm\": \"ISC.ORG\",
23+
\"clients\": [
24+
{
25+
\"user\": \"pet\",
26+
\"password\": \"meow\"
27+
}
28+
]
29+
},
2630
\"loggers\": [
2731
{
2832
\"name\": \"kea-ctrl-agent\",

0 commit comments

Comments
 (0)