Skip to content

Commit

Permalink
Fix bug with oran monitor test
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Dec 5, 2023
1 parent 66abf23 commit 43e9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/utils/oran_monitor.cr
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module ORANMonitor
resp = ClusterTools.exec_by_node("tshark --version", node)
Log.info { "tshark must be version 4.0.3 or higher" }
Log.info { "tshark output #{resp[:output]}" }
tshark_log_name = K8sTshark.log_of_tshark_by_node(command,node)
tshark_log_name = K8sTshark.log_of_tshark_by_node_bg(command,node)
else
tshark_log_name = nil
end
Expand Down

0 comments on commit 43e9c7f

Please sign in to comment.