mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#15,!11] Removed remaining whitespaces.
This commit is contained in:
@@ -871,7 +871,7 @@ mysql_lease_stat_upgrade_test() {
|
|||||||
|
|
||||||
# Verifies that you can upgrade from an earlier version and
|
# Verifies that you can upgrade from an earlier version and
|
||||||
# that unused subnet ID values in hosts and options tables are
|
# that unused subnet ID values in hosts and options tables are
|
||||||
# converted to NULL.
|
# converted to NULL.
|
||||||
mysql_unused_subnet_id_test() {
|
mysql_unused_subnet_id_test() {
|
||||||
test_start "mysql.unused_subnet_id_test"
|
test_start "mysql.unused_subnet_id_test"
|
||||||
|
|
||||||
@@ -892,7 +892,7 @@ mysql_unused_subnet_id_test() {
|
|||||||
"insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
"insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '0123456', 0, 0, 'both'); \
|
values (0, '0123456', 0, 0, 'both'); \
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '1123456', 4, 0, 'v4only');
|
values (0, '1123456', 4, 0, 'v4only');
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '2123456', 0, 6, 'v6only');\
|
values (0, '2123456', 0, 6, 'v6only');\
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \
|
||||||
|
@@ -793,7 +793,7 @@ pgsql_lease_stat_upgrade_test() {
|
|||||||
|
|
||||||
# Verifies that you can upgrade from earlier version and
|
# Verifies that you can upgrade from earlier version and
|
||||||
# that unused subnet ID values in hosts and options tables are
|
# that unused subnet ID values in hosts and options tables are
|
||||||
# converted to NULL.
|
# converted to NULL.
|
||||||
pgsql_unused_subnet_id_test() {
|
pgsql_unused_subnet_id_test() {
|
||||||
test_start "pgsql.unused_subnet_id_test"
|
test_start "pgsql.unused_subnet_id_test"
|
||||||
|
|
||||||
@@ -816,7 +816,7 @@ pgsql_unused_subnet_id_test() {
|
|||||||
"insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
"insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '0123456', 0, 0, 'both'); \
|
values (0, '0123456', 0, 0, 'both'); \
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '1123456', 4, 0, 'v4only');
|
values (0, '1123456', 4, 0, 'v4only');
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
|
||||||
values (0, '2123456', 0, 6, 'v6only');\
|
values (0, '2123456', 0, 6, 'v6only');\
|
||||||
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \
|
insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \
|
||||||
|
Reference in New Issue
Block a user