-
- Downloads
Test DNS
Closes: #443
Showing
- .gitlab-ci.yml 8 additions, 0 deletions.gitlab-ci.yml
- requirements.in 4 additions, 0 deletionsrequirements.in
- requirements.txt 4 additions, 8 deletionsrequirements.txt
- test/pytest.ini 1 addition, 0 deletionstest/pytest.ini
- test/pytest/test_dns.py 67 additions, 0 deletionstest/pytest/test_dns.py
... | ... | @@ -36,14 +36,12 @@ cryptography==3.4.6 |
# ansible | ||
# paramiko | ||
# pyopenssl | ||
dnspython==2.1.0 | ||
# via -r requirements.in | ||
google-auth==1.27.1 | ||
# via kubernetes | ||
idna==2.10 | ||
# via requests | ||
importlib-metadata==3.7.3 | ||
# via | ||
# pluggy | ||
# pytest | ||
iniconfig==1.1.1 | ||
# via pytest | ||
jinja2==2.11.3 | ||
... | ... | @@ -139,10 +137,10 @@ tabulate==0.8.9 |
# via greenhost-cloud | ||
testinfra==6.0.0 | ||
# via -r requirements.in | ||
tld==0.12.5 | ||
# via -r requirements.in | ||
toml==0.10.2 | ||
# via pytest | ||
typing-extensions==3.7.4.3 | ||
# via importlib-metadata | ||
urllib3==1.26.4 | ||
# via | ||
# kubernetes | ||
... | ... | @@ -152,8 +150,6 @@ websocket-client==0.58.0 |
# via kubernetes | ||
wheel==0.36.2 | ||
# via -r requirements.in | ||
zipp==3.4.1 | ||
# via importlib-metadata | ||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
test/pytest/test_dns.py
0 → 100755
Please register or sign in to comment