diff options
| author | Geert Stappers <stappers@stappers.it> | 2023-01-21 21:32:53 +0100 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2023-01-23 10:21:36 -0800 |
| commit | 8b80016174c3e1be05007edfb78772f28e099891 (patch) | |
| tree | e5b87812f07157a6c8e939c75dae14052685cd1e /test | |
| parent | 5d7eada10a8d8dc0555b7faa93a89bc4bd9954e5 (diff) | |
Style: How client and server interact during poll
The iPXE client just repeats the same request, a.k.a. "polling".
It is the Shoelaces server that can break the polling loop.
Either by handing out automated boot entry point based on IP address
or DNS PTR record, hand picked boot entry point from Web UI
or due retry maximum reached.
Signed-off-by: Geert Stappers <stappers@stappers.it>
Diffstat (limited to 'test')
| -rw-r--r-- | test/integ-test/expected-results/poll-unknown.txt | 2 | ||||
| -rw-r--r-- | test/integ-test/expected-results/poll.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/integ-test/expected-results/poll-unknown.txt b/test/integ-test/expected-results/poll-unknown.txt index 0e35aa6..a2ce808 100644 --- a/test/integ-test/expected-results/poll-unknown.txt +++ b/test/integ-test/expected-results/poll-unknown.txt @@ -4,4 +4,4 @@ prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... || chain -ar http://localhost:18888/poll/1/06-66-de-ad-be-ef # Note: the iPXE client will see the above code as an endless loop. -# However, Shoelaces will break that loop after a fixed number of retries. +# However, Shoelaces server can break that loop to enable further booting. diff --git a/test/integ-test/expected-results/poll.txt b/test/integ-test/expected-results/poll.txt index a941b7a..ea2a1ff 100644 --- a/test/integ-test/expected-results/poll.txt +++ b/test/integ-test/expected-results/poll.txt @@ -4,4 +4,4 @@ prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... || chain -ar http://localhost:18888/poll/1/ff-ff-ff-ff-ff-ff # Note: the iPXE client will see the above code as an endless loop. -# However, Shoelaces will break that loop after a fixed number of retries. +# However, Shoelaces server can break that loop to enable further booting. |
