mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
![]() ``` ❯ artifacts/salt/bin/python3 Python 3.10.11 (main, May 5 2023, 02:31:54) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import base64 >>> base64.b64decode("AAAAB3NzaC1kcQ9J5bYTEyZ==", validate=True) b'\x00\x00\x00\x07ssh-dq\x0fI\xe5\xb6\x13\x13&' ``` ``` $ artifacts/salt/bin/python3 Python 3.11.3 (main, May 5 2023, 02:31:40) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import base64 >>> base64.b64decode("AAAAB3NzaC1kcQ9J5bYTEyZ==", validate=True) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/tmp/testing/artifacts/salt/lib/python3.11/base64.py", line 88, in b64decode return binascii.a2b_base64(s, strict_mode=validate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ binascii.Error: Excess data after padding ``` Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> |
||
---|---|---|
.. | ||
__init__.py | ||
test_alternatives.py | ||
test_archive.py | ||
test_boto_sns.py | ||
test_bower.py | ||
test_chocolatey.py | ||
test_cmd.py | ||
test_compiler.py | ||
test_git.py | ||
test_handle_error.py | ||
test_handle_iorder.py | ||
test_host.py | ||
test_keystone.py | ||
test_lxd.py | ||
test_lxd_container.py | ||
test_lxd_image.py | ||
test_lxd_profile.py | ||
test_match.py | ||
test_mysql_database.py | ||
test_mysql_grants.py | ||
test_network.py | ||
test_rabbitmq_user.py | ||
test_rabbitmq_vhost.py | ||
test_reg.py | ||
test_renderers.py | ||
test_service.py | ||
test_ssh_auth.py | ||
test_ssh_known_hosts.py | ||
test_supervisord.py | ||
test_x509.py |