python/tests/krb5: add simple_tests.py with the first simple test
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Feb 2020 15:29:38 +0000 (16:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 27 Mar 2020 18:17:35 +0000 (18:17 +0000)
commit4f6d26609a66a42df671a540677af15e67efc0df
tree10c66e53aca7861f20ad1ddc43c353da8cbd5a21
parentfb7cba50ae3472b29aa806208badc1ded8979073
python/tests/krb5: add simple_tests.py with the first simple test

This just demonstrates that the infrastructure works:-)

I'm running this as:

  SERVER=172.31.9.188 DOMAIN=W2012R2-L6 REALM=W2012R2-L6.BASE \
  USERNAME=administrator PASSWORD=A1b2C3d4 SERVICE_USERNAME="w2012r2-188" \
  python/samba/tests/krb5/simple_tests.py

Pair-Programmed-With: Isaac Boukris <iboukris@samba.org>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Isaac Boukris <iboukris@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
python/samba/tests/krb5/simple_tests.py [new file with mode: 0755]
python/samba/tests/usage.py