Skip to content

Commit

Permalink
fix(#3267): add log messages to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Sep 22, 2022
1 parent 9366740 commit 014868d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@
delta: -3
log:
- The <force_insert> tag is deprecated. Use <force> instead.
- The <force_time> tag is deprecated. Use <force> instead.
- Setting <force><enabled> tag to 'yes' to comply with the legacy <force_insert> option found.
- Setting <force><disconnected_time> tag to '5' to comply with the legacy <force_time> option found.
test_case:
-
description: Replace an agent if force_insert enabled force options
input_delay: 5
input:
name: 'agent_1'
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def test_authd_force_options(get_current_test_case, configure_local_internal_opt

for stage in get_current_test_case['test_case']:
# Reopen socket (socket is closed by manager after sending message with client key)
if 'input_delay' in stage:
time.sleep(stage['input_delay'])
authd_sock.open()
authd_sock.send(create_authd_request(stage['input']), size=False)
timeout = time.time() + AUTHD_KEY_REQUEST_TIMEOUT
Expand Down

0 comments on commit 014868d

Please sign in to comment.