mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
23 KiB
Plaintext
69 lines
23 KiB
Plaintext
{
|
|
_TestParameters(profile_name='cache_persistence', value=None): _TestOutput(payload='null', round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=None, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='null', round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=True): _TestOutput(payload='true', round_trip=True, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=True, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='true', round_trip=True, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=1): _TestOutput(payload='1', round_trip=1, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=1, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": 1, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedInt"}', round_trip=1, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=1.1): _TestOutput(payload='1.1', round_trip=1.1, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=1.1, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": 1.1, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedFloat"}', round_trip=1.1, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value='hi'): _TestOutput(payload='"hi"', round_trip='hi', tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value='hi', tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": "hi", "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedStr"}', round_trip='hi', tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value='汉语'): _TestOutput(payload='"\\u6c49\\u8bed"', round_trip='汉语', tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value='汉语', tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": "\\u6c49\\u8bed", "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedStr"}', round_trip='汉语', tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=b'hi'): _TestOutput(payload=TypeError("Object of type 'bytes' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=b'hi', tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload=TypeError("Object of type 'bytes' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.datetime(2024, 1, 2, 3, 4, 5, 6, fold=1, tzinfo=datetime.timezone.utc)): _TestOutput(payload='{"iso8601": "2024-01-02T03:04:05.000006+00:00", "fold": 1, "__ansible_type": "AnsibleSerializableDateTime"}', round_trip=datetime.datetime(2024, 1, 2, 3, 4, 5, 6, tzinfo=datetime.timezone.utc), tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.datetime(2024, 1, 2, 3, 4, 5, 6, fold=1, tzinfo=datetime.timezone.utc), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"iso8601": "2024-01-02T03:04:05.000006+00:00", "fold": 1, "__ansible_type": "AnsibleSerializableDateTime"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDateTime"}', round_trip=datetime.datetime(2024, 1, 2, 3, 4, 5, 6, tzinfo=datetime.timezone.utc), tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.time(1, 2, 3, 4, tzinfo=datetime.timezone.utc, fold=1)): _TestOutput(payload='{"iso8601": "01:02:03.000004+00:00", "fold": 1, "__ansible_type": "AnsibleSerializableTime"}', round_trip=datetime.time(1, 2, 3, 4, tzinfo=datetime.timezone.utc), tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.time(1, 2, 3, 4, tzinfo=datetime.timezone.utc, fold=1), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"iso8601": "01:02:03.000004+00:00", "fold": 1, "__ansible_type": "AnsibleSerializableTime"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedTime"}', round_trip=datetime.time(1, 2, 3, 4, tzinfo=datetime.timezone.utc), tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.date(2024, 1, 2)): _TestOutput(payload='{"iso8601": "2024-01-02", "__ansible_type": "AnsibleSerializableDate"}', round_trip=datetime.date(2024, 1, 2), tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=datetime.date(2024, 1, 2), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"iso8601": "2024-01-02", "__ansible_type": "AnsibleSerializableDate"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDate"}', round_trip=datetime.date(2024, 1, 2), tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=(1,)): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=(1,), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": [1], "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedTuple"}', round_trip=[1], tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=[1]): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=[1], tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": [1], "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedList"}', round_trip=[1], tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value=[1], lazy=True): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=[1], tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=CustomSequence([1])): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=CustomSequence([1]), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value='hello'): _TestOutput(payload='"hello"', round_trip='hello', tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value='hello', tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='"hello"', round_trip='hello', tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=42): _TestOutput(payload='42', round_trip=42, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=42, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='42', round_trip=42, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=42.0): _TestOutput(payload='42.0', round_trip=42.0, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=42.0, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='42.0', round_trip=42.0, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1}): _TestOutput(payload='[1]', round_trip=[1], tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": [1], "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedSet"}', round_trip=[1], tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={'a': 1}): _TestOutput(payload='{"a": 1}', round_trip={'a': 1}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={'a': 1}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"a": 1}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDict"}', round_trip={'a': 1}, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={'a': 1}, lazy=True): _TestOutput(payload='{"a": 1}', round_trip={'a': 1}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={'a': 1}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='{"a": 1}', round_trip={'a': 1}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=CustomMapping({'a': 1})): _TestOutput(payload='{"a": 1}', round_trip={'a': 1}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value=CustomMapping({'a': 1}), tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"a": 1}', round_trip={'a': 1}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={(1, 2): 'three'}): _TestOutput(payload=TypeError("Key of type 'tuple' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={(1, 2): 'three'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload=TypeError("Key of type 'tuple' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={(1, 2): 'three'}, lazy=True): _TestOutput(payload=TypeError("Key of type 'tuple' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={(1, 2): 'three'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload=TypeError("Key of type 'tuple' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={frozenset({1, 2}): 'three'}): _TestOutput(payload=TypeError("Key of type 'frozenset' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={frozenset({1, 2}): 'three'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload=TypeError("Key of type 'frozenset' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={frozenset({1, 2}): 'three'}, lazy=True): _TestOutput(payload=TypeError("Key of type 'frozenset' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={frozenset({1, 2}): 'three'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload=TypeError("Key of type 'frozenset' is not JSON serializable by the 'cache_persistence' profile."), round_trip=None, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1: 'two'}): _TestOutput(payload='{"1": "two"}', round_trip={'1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"1": "two"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDict"}', round_trip={'1': 'two'}, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={1: 'two'}, lazy=True): _TestOutput(payload='{"1": "two"}', round_trip={'1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='{"1": "two"}', round_trip={'1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1.1: 'two'}): _TestOutput(payload='{"1.1": "two"}', round_trip={'1.1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1.1: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"1.1": "two"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDict"}', round_trip={'1.1': 'two'}, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={1.1: 'two'}, lazy=True): _TestOutput(payload='{"1.1": "two"}', round_trip={'1.1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={1.1: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='{"1.1": "two"}', round_trip={'1.1': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={True: 'two'}): _TestOutput(payload='{"true": "two"}', round_trip={'true': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={True: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"true": "two"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDict"}', round_trip={'true': 'two'}, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={True: 'two'}, lazy=True): _TestOutput(payload='{"true": "two"}', round_trip={'true': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={True: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='{"true": "two"}', round_trip={'true': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={None: 'two'}): _TestOutput(payload='{"null": "two"}', round_trip={'null': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={None: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted())): _TestOutput(payload='{"value": {"null": "two"}, "tags": [{"msg": "x", "__ansible_type": "Deprecated"}, {"__ansible_type": "TrustedAsTemplate"}, {"path": "/tmp/x", "description": "y", "line_num": 1, "col_num": 2, "__ansible_type": "Origin"}, {"ciphertext": "x", "__ansible_type": "VaultedValue"}, {"__ansible_type": "SourceWasEncrypted"}], "__ansible_type": "_AnsibleTaggedDict"}', round_trip={'null': 'two'}, tags=(Deprecated(msg='x'), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), SourceWasEncrypted(), TrustedAsTemplate(), VaultedValue(ciphertext='x'))),
|
|
_TestParameters(profile_name='cache_persistence', value={None: 'two'}, lazy=True): _TestOutput(payload='{"null": "two"}', round_trip={'null': 'two'}, tags=()),
|
|
_TestParameters(profile_name='cache_persistence', value={None: 'two'}, tags=(Deprecated(msg='x'), TrustedAsTemplate(), Origin(path='/tmp/x', description='y', line_num=1, col_num=2), VaultedValue(ciphertext='x'), SourceWasEncrypted()), lazy=True): _TestOutput(payload='{"null": "two"}', round_trip={'null': 'two'}, tags=()),
|
|
}
|