Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
cbd2ed23
Commit
cbd2ed23
authored
Jul 08, 2019
by
Francis Dupont
Browse files
[466-kea-admin-lease-options-to-be-renamed-to-db] typo
parent
5feb0d82
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/admin/tests/pgsql_tests.sh.in
View file @
cbd2ed23
...
@@ -230,7 +230,7 @@ pgsql_upgrade_2_0_to_3_0() {
...
@@ -230,7 +230,7 @@ pgsql_upgrade_2_0_to_3_0() {
assert_eq 1
"
$output
"
"lease_hwaddr_source does not contain entry for HWADDR_SOURCE_UNKNOWN. (record count %d, expected %d)"
assert_eq 1
"
$output
"
"lease_hwaddr_source does not contain entry for HWADDR_SOURCE_UNKNOWN. (record count %d, expected %d)"
}
}
<
pgsql_upgrade_3_0_to_5_1
()
{
pgsql_upgrade_3_0_to_5_1
()
{
# Verify upgraded schema reports version 5.1.
# Verify upgraded schema reports version 5.1.
version
=
$(
${
keaadmin
}
db-version pgsql
-u
$db_user
-p
$db_password
-n
$db_name
-d
$db_scripts_dir
)
version
=
$(
${
keaadmin
}
db-version pgsql
-u
$db_user
-p
$db_password
-n
$db_name
-d
$db_scripts_dir
)
assert_str_eq
"5.1"
${
version
}
"Expected kea-admin to return %s, returned value was %s"
assert_str_eq
"5.1"
${
version
}
"Expected kea-admin to return %s, returned value was %s"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment