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 26, 2019 by Damien Dosimont's avatar Damien Dosimont
Show whitespace changes
Inline Side-by-side
Execute-the-Testsuite.md
View page @ 03b5661e
...@@ -10,23 +10,36 @@ You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/k ...@@ -10,23 +10,36 @@ You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/k
## Basic usage ## Basic usage
Testsuite basic usage is composed of three steps: clone the testsuite, configure it, and run it. Testsuite basic usage is composed of three steps: clone/update the testsuite, configure it, and run it.
### Cloning the testsuite: ### Cloning the testsuite using ssh
You will just need to do this step once:
```sh
git clone git@gitlab-internal.bsc.es:alya/alya-testsuite.git
cd alya-testsuite
``` ```
git clone
If you already have cloned the testsuite at least once, update it before running it:
```sh
git pull
``` ```
2. Configure the testSuite: ### Configuring the testSuite:
./configure ```
./configure
```
Look at the next section to get more details about how to configure the testsuite. Look at the next section to get more details about how to configure the testsuite.
3. Execute the testSuite: Executing the testSuite:
./testSuite ```sh
./testSuite
```
## Configuration ## Configuration
...@@ -34,11 +47,15 @@ Look at the next section to get more details about how to configure the testsuit ...@@ -34,11 +47,15 @@ Look at the next section to get more details about how to configure the testsuit
The first time you configure the testsuite, you will have to run the command The first time you configure the testsuite, you will have to run the command
./configure ```sh
./configure
```
or or
./configure --all ```sh
./configure --all
```
Also, if your configuration file is obsolete, you will be asked to run the `./configure --all` again when you launch the testsuite. Also, if your configuration file is obsolete, you will be asked to run the `./configure --all` again when you launch the testsuite.
......
Clone repository
  • Home
  • User
    • Basic information
    • Execute the Testsuite
    • Execute the Testsuite (SVN)
    • Analyze the results
  • Developer
    • Adding/modifying tests workflow
    • Manage the tolerances