Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

7 changed files with 7 additions and 22 deletions

View File

@ -146,9 +146,7 @@ class PythonOrgSearch(unittest.TestCase):
def test_05_suppresion_etudiant(self):
driver = self.driver
urlRecherche = (
"https://"
+ BASE_NOT_SECURED_URL
+ "ScoDoc/"
"https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/"
+ NOM_DPT
+ "/Scolarite/search_etud_in_dept"
)
@ -159,9 +157,7 @@ class PythonOrgSearch(unittest.TestCase):
time.sleep(1)
etudid = driver.find_element_by_id("euid")
url = (
"https://"
+ BASE_NOT_SECURED_URL
+ "ScoDoc/"
"https://scodoc-dev-iutinfo.univ-lille.fr/ScoDoc/"
+ NOM_DPT
+ "/Scolarite/etudident_delete?etudid="
+ etudid.text

View File

@ -171,9 +171,7 @@ class PythonOrgSearch(unittest.TestCase):
+ SCODOC_ADMIN_ID
+ ":"
+ SCODOC_ADMIN_PASS
+ "@"
+ BASE_NOT_SECURED_URL
+ "force_admin_authentication"
+ "@scodoc-dev-iutinfo.univ-lille.fr/force_admin_authentication"
)
# driver.get(BASE_URL)
# driver.find_element_by_link_text("déconnecter").click()

Binary file not shown.

View File

@ -90,13 +90,4 @@ Celui ci est lancé automatiquement à la fin du script
>./lancement_de_tout_les_tests.sh
Vous y retrouverez les liens menant au détails de chaque rapport ainsi qu'un résumé du nombre de test passés/échoués
##Correctifs
* Modifier le PATH pour que geckodriver soit executable `export PATH=".:$PATH"`
* pip install HtmlTestRunner-Python3
* Créer un utilisateur Nom:BACH Prenom:Test User:Bach
Vous y retrouverez les liens menant au détails de chaque rapport ainsi qu'un résumé du nombre de test passés/échoués

View File

@ -9,4 +9,4 @@ ssh $1 /bin/bash<< EOF
cd /opt/scodoc/Products/ScoDoc/config
./delete_dept.sh -n ${2}
EOF
ssh $1 'systemctl restart scodoc'
ssh $1 'systemctl restart ScoDoc.service'

View File

@ -9,4 +9,4 @@ ssh $1 /bin/bash<< EOF
cd /opt/scodoc/Products/ScoDoc/
scotests/scointeractive.sh -r ${2} scotests/${3}
EOF
ssh $1 'systemctl restart scodoc'
ssh $1 'systemctl restart ScoDoc.service'

View File

@ -15,4 +15,4 @@ SCODOC_CHEF_ID = os.environ.get("SCODOC_CHEF_ID")
SCODOC_CHEF_PASS = os.environ.get("SCODOC_CHEF_PASS")
LINK_SCODOC_SERVER = os.environ.get("LINK_SCODOC_SERVER")
BASE_NOT_SECURED_URL = os.environ.get("BASE_NOT_SECURED_URL")
NAVIGATEUR = os.environ.get("NAVIGATEUR")
NAVIGATEUR = os.environ.get("NAVIGATEUR")