diff --git a/.gitignore b/.gitignore index 53b39f8..105823d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ tests/* !tests/test* !tests/test_certs !tests/pytest.ini +!tests/passwd +!tests/passwd_bad # Ignore logs/data/certs logs/* diff --git a/tests/passwd b/tests/passwd new file mode 100644 index 0000000..6975944 --- /dev/null +++ b/tests/passwd @@ -0,0 +1 @@ +test-client:$6$e9026a738b07b5a1$WaoYMI61aIPhhjfe3FG3uzV1oqyRdLi/TvLbBbvvzFyJ7T6PrileHGkzKkJUMLGQm/dhcq0fUT8mcu2kVcjbX/ \ No newline at end of file diff --git a/tests/passwd_bad b/tests/passwd_bad new file mode 100644 index 0000000..b739f39 --- /dev/null +++ b/tests/passwd_bad @@ -0,0 +1 @@ +test-client:badhash \ No newline at end of file