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
Hide whitespace changes
Inline Side-by-side
Execute-the-Testsuite.md
View page @ 729b081c
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
### BSC network ### BSC network
Currently, the testsuite can only run on a machine that is connected to the BSC network. It cannot be launched directly from Marenostrum. If your machine does not allow you to run the testsuite, please ask for an account on tannat to your administrator. Currently, the testsuite need an internet connexion and cannot be launched directly from Marenostrum. If your machine does not allow you to run the testsuite, please ask for an account on tannat to your administrator.
### Gitlab SSH key ### Gitlab SSH key
You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/keys) to enable ssh git repository cloning. You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/keys) to enable ssh git repository cloning. This option is recommended to avoid typing your user and your password each time you run the testsuite.
## Basic usage ## Basic usage
...@@ -21,6 +21,13 @@ git clone git@gitlab-internal.bsc.es:alya/alya-testsuite.git ...@@ -21,6 +21,13 @@ git clone git@gitlab-internal.bsc.es:alya/alya-testsuite.git
cd alya-testsuite cd alya-testsuite
``` ```
If your machine is outside the BSC network, use the https configuration instead:
```sh
git clone https://gitlab.bsc.es/alya/alya-testsuite.git
cd alya-testsuite
```
Note that in this case, your user and password will be asked each time you run the testsuite.
If you already have cloned the testsuite at least once, update it before running it: If you already have cloned the testsuite at least once, update it before running it:
```sh ```sh
......
Clone repository
  • Home
  • User
    • Basic information
    • Execute the testsuite
    • Analyze the results
  • Developer
    • Adding/modifying tests workflow
    • Manage the tolerances