Skip to content
Snippets Groups Projects
Commit 4a9cc475 authored by agata's avatar agata
Browse files

Spiega ambiente di test

parent 2af5e9b9
No related branches found
No related tags found
No related merge requests found
...@@ -97,3 +97,23 @@ The services are slowly being documented: ...@@ -97,3 +97,23 @@ The services are slowly being documented:
* [user-facing account management app](roles/accounts/README.md) * [user-facing account management app](roles/accounts/README.md)
* [admin-facing account management app](roles/accountadmin/README.md) * [admin-facing account management app](roles/accountadmin/README.md)
* [jabber](roles/jabber/README.md) * [jabber](roles/jabber/README.md)
# Enviroment per i test
Da questo repository, i commit di e su nuove branch ed anche sulla master, innescano
dei processi di test. Quando si chiede il merge di una pull request dall'interfaccia
web di gitlab, si vede l'avanzamento della pipeline e la creazione dell'ambiente di test a
cui è possibile accedere per vedere le modifiche applicate.
Il bottone View App, ha un link simile a questo:
https://vm.investici.org/dash/i65WyixQslIyNNAzNLfQMzQ00zM0UNJRykvMTQUKZ-QXlxgCuUWJuUpWxgbmRjpKyQWlQKaOUmZuYjpISVJpTk5xamWqUq0OFrMMUc0yosQsI1SzjIk1KxYA
Dove abbiamo i comandi rapidi per accedere alle macchine virtuali create da Vagrant
Per esempio
ssh -i ~/.vagrant.d/insecure_private_key -J miscredenza.investici.org vagrant@10.178.116.10
E il comando da eseguire in locale dentro al repositori di Testbed, per vedere il servizio
attraverso un web browser.
./test-browser --proxy=localhost:9051 https://noblogs.org
Le macchine di ambiente di test rimangono attive per 3 ore, ma è anche possibile fermarle a mano,
con un bottone stop, nella pagina della merge request.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment