tests: Make boot notifications retry
If the guest fails to communicate with the test harness then retry. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b5653d5278
commit
17c9e2cd4b
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ write_files:
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/cloud-hypervisor-notify-booted.sh
|
||||
Restart=on-failure
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -65,5 +67,6 @@ write_files:
|
|||
permissions: 0755
|
||||
content: |
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo -n "@DEFAULT_TCP_LISTENER_MESSAGE" | nc -w0 @HOST_IP @TCP_LISTENER_PORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue