@@ -43,10 +43,10 @@ func TestHelpCommand(t *testing.T) {
4343 assert .Contains (t , str , "version Print software version." )
4444 // ensure help to display examples
4545 assert .Contains (t , str , "basic examples:" )
46- assert .Contains (t , str , "netobserv flows --drops # Capture dropped flows on all nodes" )
47- assert .Contains (t , str , "netobserv flows --query=\" SrcK8S_Namespace=~app-.*\" # Capture flows from any namespace starting by app-" )
48- assert .Contains (t , str , "netobserv packets --port=8080 # Capture packets on port 8080" )
49- assert .Contains (t , str , "netobserv metrics --enable_all # Capture all cluster metrics including packet drop, dns, rtt, network events packet translation and UDN mapping features informations" )
46+ assert .Contains (t , str , "netobserv flows --drops # Capture dropped flows on all nodes" )
47+ assert .Contains (t , str , "netobserv flows --query=' SrcK8S_Namespace=~\" app-.*\" ' # Capture flows from any namespace starting by app-" )
48+ assert .Contains (t , str , "netobserv packets --port=8080 # Capture packets on port 8080" )
49+ assert .Contains (t , str , "netobserv metrics --enable_all # Capture all cluster metrics including packet drop, dns, rtt, network events packet translation and UDN mapping features informations" )
5050 assert .Contains (t , str , "advanced examples:" )
5151 assert .Contains (t , str , "Capture drops in background and copy output locally" )
5252 assert .Contains (t , str , "Capture flows from a specific pod" )
0 commit comments