La recherche a retourné 11 résultats
Aller sur la recherche avancée
- lun. mars 11, 2024 7:04 pm
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Hi! Thanks for comments :) I "encrypted" little bit my certificate names so there is no problem with them, but I noticed that tm_executionlogpublisher cannot trust my certificates. Curl/Wget are working fine.. Because of this python specific problem I tried to locate which is default path ...
- lun. mars 11, 2024 12:30 pm
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Still some issues to fix :) There is problem when orchestrator tries to send results back to Squash TM server: ERROR in tm_executionlogpublisher: Internal error while dispatching execution log: HTTPSConnectionPool(host='v931.jpas.fi', port=443): Max retries exceeded with url: /squash/api/rest/latest...
- lun. mars 11, 2024 10:43 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
YES! YES! THANK YOU! I now got it working! Your feedback gave me an idea to recheck used docker image, Reason was that I was using open test factory image instead of Squash TM own version :) I tried to use opentestfactory/allinone:latest but without any progress.. Now I pulled new version from https...
- lun. mars 11, 2024 10:37 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Thank you for your idea, but I am using latest version.. sudo docker run -d --name orchestrator --link=robotenv -p 7774:7774 -p 7775:7775 -p 38368:38368 -e SSH_CHANNEL_HOST=robotenv -e SSH_CHANNEL_USER=otf -e SSH_CHANNEL_PASSWORD=siicret -e SSH_CHANNEL_TAGS=ssh,linux,robotframework -e SSH_CHANNEL_PO...
- ven. mars 08, 2024 9:23 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Now certificate issue fixed. No progress... About my setup: (ip changed) Squash TM VM in own public ip: 123.123.123.123 Orchestrator VM in own public ip: 125.12.23.23 running as container (172.17.0.3) Robot Framework runner in docker inside Orchestrator I did some debug with container lever.. I am l...
- jeu. mars 07, 2024 11:18 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Last message still waiting moderation??
- mer. mars 06, 2024 10:48 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Hi! Just a check: DO I need to set certificate if I am trying first setup orchestrator with http+token connections? I could add more security later when basic functionality is working first :)? Here below is log attached from Squash TM 6.0.1 IP's changed :) Orchestrator at 196.168.31.89 Installed pl...
- mer. mars 06, 2024 8:46 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
I am trying next update Squash TM 6.0.0 -> 6.0.1
Same results with Squash TM 6.0.1
br,
NarsuMan
Same results with Squash TM 6.0.1
br,
NarsuMan
- mer. mars 06, 2024 7:05 am
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
Thank you for support! I hope we can debug this problem together :) 1. Here are some results from Curl root@ae482444c998:/app# curl https://vm1234.xyz.fi/squash/isSquashAlive Squash is Alive!root@ae482444c998:/app# 2, OTF is using latest Docker image: opentestfactory/allinone:latest sudo docker run ...
- mar. mars 05, 2024 3:12 pm
- Forum : Support des tests automatisés
- Sujet : Automated Test Excution not shown on Squash TM
- Réponses : 25
- Vues : 26299
Re: Automated Test Excution not shown on Squash TM
I have done some steps after my last message: -I have added "server.crt" file at orchestrator vm so now I can access my Squash TM server without problem. There is no messages like "not secure certificate" etc -Upgraded Result Publisher 6.0.0 -> 6.0.1 I assume Squash TM server is ...