Skip to content

Commit

Permalink
Fix test description.
Browse files Browse the repository at this point in the history
Signed-off-by: bootjp <[email protected]>
  • Loading branch information
bootjp committed Nov 16, 2018
1 parent 812f9ba commit ef2e4b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/plugin/test_out_forward.rb
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def create_target_input_driver(response_stub: nil, disconnect: false, conf: TARG
end
end

test 'verify_connection_at_startup test' do
test 'verify_connection_at_startup_nodes_are_not_available' do
@d = d = create_driver(CONFIG + %[
verify_connection_at_startup true
<buffer tag>
Expand All @@ -803,7 +803,7 @@ def create_target_input_driver(response_stub: nil, disconnect: false, conf: TARG
d.instance_shutdown
end

test 'authentication_with_shared_key_miss_match' do
test 'verify_connection_at_startup_nodes_shared_key_miss_match' do
input_conf = TARGET_CONFIG + %[
<security>
self_hostname in.localhost
Expand Down Expand Up @@ -847,7 +847,7 @@ def create_target_input_driver(response_stub: nil, disconnect: false, conf: TARG
end
end

test 'authentication_with_shared_key_match' do
test 'verify_connection_at_startup_nodes_shared_key_match' do
input_conf = TARGET_CONFIG + %[
<security>
self_hostname in.localhost
Expand Down

0 comments on commit ef2e4b7

Please sign in to comment.