script/test/utils.sh: readiness_check: print daemon log
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		@@ -348,4 +348,8 @@ readiness_check() {
 | 
				
			|||||||
      echo "$attempt_num attempt \"$command\"! Trying again in $attempt_num seconds..."
 | 
					      echo "$attempt_num attempt \"$command\"! Trying again in $attempt_num seconds..."
 | 
				
			||||||
      sleep $(( attempt_num++ ))
 | 
					      sleep $(( attempt_num++ ))
 | 
				
			||||||
  done
 | 
					  done
 | 
				
			||||||
 | 
					  set -x
 | 
				
			||||||
 | 
					  cat "${report_dir}/containerd.log"
 | 
				
			||||||
 | 
					  cat "${config_file}"
 | 
				
			||||||
 | 
					  set +x
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user