This commit is contained in:
@@ -25,6 +25,11 @@ def get_default_elog_password(url, **kwargs):
|
||||
kwargs["password"] = pw
|
||||
return kwargs["password"]
|
||||
|
||||
def test_check_required_attributes():
|
||||
url = "http://localhost:8080/demo?cmd=Config"
|
||||
response = requests.get(url, auth=("robot", "testpassword"))
|
||||
print(response.text) # Cherchez "Required Attributes" dans l'output
|
||||
|
||||
|
||||
# Connexion basique avec credentials connus
|
||||
def get_test_elog():
|
||||
|
||||
Reference in New Issue
Block a user