Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • alya-testsuite4 alya-testsuite4
  • 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-testsuite4alya-testsuite4
  • Wiki
  • Get the testsuite

Get the testsuite · Changes

Page history
Create Get the testsuite authored Mar 30, 2020 by Damien Dosimont's avatar Damien Dosimont
Show whitespace changes
Inline Side-by-side
Get-the-testsuite.md 0 → 100644
View page @ 46d19bbf
## Preliminary configuration
### BSC network
Currently, the testsuite needs 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
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 not have to type your username and your password each time you run the testsuite. If you have any trouble with your ssh key, please consult this [page](https://docs.gitlab.com/ee/ssh/README.html#).
## Cloning the testsuite using ssh
You will just need to do this step once:
```sh
git clone git@gitlab-internal.bsc.es:alya/alya-testsuite4.git
cd alya-testsuite4
```
## Cloning the testsuite using https
If your machine is outside the BSC network, use the https configuration instead:
```sh
git clone https://gitlab.bsc.es/alya/alya-testsuite4.git
cd alya-testsuite4
```
Note that in this case, your 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:
```sh
git pull
```
Note that you cannot run a testsuite if your local repository is obsolete, and you will be asked to update it.
\ No newline at end of file
Clone repository
  • Home
  • User
    • Presentation
    • Get the testsuite
    • Basic usage
    • Configure and run the testsuite
    • Analyze the results
    • Code Coverage
  • Developer
    • Adding/modifying tests workflow
    • Test configuration
    • Manage the tolerances