[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Sat Jan 13 21:17:50 EET 2024


New commits:
commit 6c14f0780692ad8dff348443df684a12e70f9fb4
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Jan 13 14:15:00 2024 -0500

    testing: add wait-for-pluto.sh <pattern>, use
    
    wrap the somewhat painful but surprisingly effective:
       wait-for.sh --match "#1: established" -- cat /tmp/pluto.log
    into:
       wait-for-pluto.sh "#1: established"
    (N.B., most sleeps can be changed to this)

commit 73a1680a9c4d1d1ba2e853e92a994df012cbd450
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Jan 13 13:37:57 2024 -0500

    testing: sprinkle wait-for-inbound.sh

commit 033221d2b92bfefcfe93853601873727670472c1
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Jan 13 13:24:30 2024 -0500

    testing: add drip-inbound.sh <message-number> <pattern>, use
    
    the script combines:
      - wait for the inbound message
      - release the inbound message
      - wait for pattern
    for instance:
      drip-inbound.sh 2 "#1: Main Mode established"
    so is useful for having an end "step" through a message
    
    (also add wait-for-inbound.sh which is just the first step)



More information about the Swan-commit mailing list