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

Paul Wouters paul at vault.libreswan.fi
Fri Jun 26 03:12:39 UTC 2020


New commits:
commit 967ed7f4d695045999d384658b504bdff15502b8
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:11:09 2020 -0400

    testing: nsrun takes a new argument --exitcode
    
    If set, if will return 1 when a test fails. The reason this is not
    done per default is because it is also used with a make check
    target where it runs all the tests, and it would abort too soon then.
    
    This option is used by testing/util/namespace-runner.py

commit d7987f70d34e0780da448b23b36f9f6c79eaa409
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:10:43 2020 -0400

    testing: large update for ipsec status change for connection serial numbers

commit d17ddf0ae09d0261862967e55e8545b65419234f
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:07:42 2020 -0400

    pluto: add co_serial_t serial_from to struct connection.
    
    This can be used in cases where we need to store the template
    connection from which the instance was instantiated.
    
    This will be used for session resumption. An instance that is
    going to be suspended, will list the serial_from in the session
    cookie. Upon session resumption, the cookie data can be used to
    instantiate a new connection from the original template.
    
    If the template has since reloaded, it will have a different
    serial_from, and the session cookie will properly fail.
    
    The ipsec status output now lists the serialno and serial_from
    of the connection.

commit ff4207be9033fbad4e7a3aefe29b76ca7d2ad270
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:06:22 2020 -0400

    testing: update TESTLIST

commit 733e32706ccd08976ae26741a1f376b8fc47d9ae
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:02:46 2020 -0400

    testing: remove obsolete algo-esp-netkey-to-netkey-ikev1 which was testing klips

commit 60f81cb0b50cc47241a58456cfe32207534bf9fb
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 23:01:43 2020 -0400

    testing: deleted algo-esp-netkey-to-netkey-ikev2 which was a klips test

commit e57d26f138466628d5e28a71fbfc77b1ee288a7e
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jun 25 22:10:11 2020 -0400

    testing: added testing/utils/namespace-runner.py
    
    Usage: namespace-runner.py [-j num] [---verbose] [--diff] testname1 testname2 ...
    
    Options:
      -h, --help     show this help message and exit
      -j NUM         number of tests to run in parallel
      -v, --verbose  show verbose nsrun output - output will interleave with
                     threads
      -d, --diff     show diff output after all tests have run
    
    This allows for a selection of tests to be run with namespaces, and be
    fired of in parallel. All diffs can be output to the screen so it can
    be run and the data stored without needing to keep the OUTPUT directories.
    
    This can be used for Fedora CI gating to wrap our upstream tests



More information about the Swan-commit mailing list