swift/test
Matthew Oliver f140de75e4 relinker: let --workers accept auto
Currently from the relinker cli we allow a --workers parameter but it
currently _must_ be an int. However, if someone wants to override a
static int worker value from the config back to the 'auto' this results
in a VALUE error.

This patch changes the argparse type check for the worker param to use
config_auto_int_value, via a small shim, so a value of 'auto' will be
accepted.

Closes-Bug: #1926757
Change-Id: I5691bf644ade9fd7f7490f91add388a1d5a4aaa2
2021-05-07 14:50:30 +10:00
..
cors Use headless option for cors functional test runner 2021-03-17 15:57:02 -07:00
functional Cleanup tests' import of debug_logger 2021-04-27 12:04:41 +01:00
probe Fix shrinking making acceptors prematurely active 2021-04-29 09:38:46 +01:00
s3api replace md5 with swift utils version 2020-12-15 09:52:55 -05:00
unit relinker: let --workers accept auto 2021-05-07 14:50:30 +10:00
__init__.py py2: Suppress more CryptographyDeprecationWarnings 2020-11-13 22:04:03 -08:00
debug_logger.py Move DebugLogger to its own module 2021-01-22 10:45:01 -06:00
sample.conf fix s3api functional tests 2020-05-15 22:38:04 -07:00