Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite alya-testsuite
  • Project information
    • Project information
    • Activity
    • Members
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • alyaalya
  • alya-testsuitealya-testsuite
  • Wiki
  • Execute the Testsuite

Execute the Testsuite · Changes

Page history
Update Execute the Testsuite authored Jul 29, 2019 by Damien Dosimont's avatar Damien Dosimont
Show whitespace changes
Inline Side-by-side
Execute-the-Testsuite.md
View page @ 93c26783
......@@ -73,10 +73,18 @@ Something like `bscxxxxx`. No default.
Your bsc email. No default.
#### Tests git repository url
#### Tests git repository url (ssh)
This is the url of the git repository that contains the tests to run. The default url is [git@gitlab-internal.bsc.es:alya/alya-tests.git] but you can define another repository if it follows the testsuite format.
For the moment, the repository must be accessible through ssh from your machine.
This url is used for ssh connections only. See the next section for html connections.
#### Tests git repository url (https)
Alternate git repository with https. Will be used if the ssh is not possible. The default url is [https://gitlab.bsc.es/alya/alya-tests.git].
#### Tests git repository user (https)
The user to connect to the git repository through the html connection.
#### Tests git repository branch
......@@ -127,10 +135,12 @@ If you want to change a particular setting, you can run ./configure using one of
* `-a | --all ` Configure all the options
* `-e | --email [email] ` Change the email
* `-tg | --tests-git [git-adress]` Set up the tests git repository
* `-tb | --tests-branch [git-branch]` Select the tests git branch
* `-s | --tests-git-ssh [git-adress] ` Set up the tests git repository (ssh url)
* `-h | --tests-git-https [git-adress] ` Set up the tests git repository (https url)
* `-u | --tests-git-user [git-adress] ` Set up the tests git repository (https user)
* `-tb | --tests-branch [git-branch] ` Select the tests git branch
* `-q | --queue [queue] ` Change the queue
* `-b | --alya-branch [svn-branch]` Change Alya branch
* `-b | --alya-branch [svn-branch] ` Change Alya branch
* `-p | --path [path] ` Change server path
* `-t | --tests [tests] ` Change the set of tests
* `-h | --help ` Show configuration information
......
Clone repository
  • Home
  • User
    • Basic information
    • Execute the testsuite
    • Analyze the results
  • Developer
    • Adding/modifying tests workflow
    • Manage the tolerances