|
|
# Basic Usage
|
|
|
## Preliminary configuration
|
|
|
|
|
|
Currently, the testsuite can only run on a machine that is connected to the BSC network. It cannot be launched on Marenostrum. If your machine does not allow you to run the testsuite, please ask for an account on tannat.
|
|
|
### BSC network
|
|
|
|
|
|
You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/keys) to enable ssh git repository cloning.
|
|
|
|
|
|
Testsuite basic usage is composed of three steps: download the testsuite, configure it, and run it.
|
|
|
Currently, the testsuite can only run on a machine that is connected to the BSC network. It cannot be launched directly on Marenostrum. If your machine does not allow you to run the testsuite, please ask for an account on tannat.
|
|
|
|
|
|
### Gitlab SSH key
|
|
|
|
|
|
You will need to configure your [gitlab ssh key](https://gitlab.bsc.es/profile/keys) to enable ssh git repository cloning.
|
|
|
|
|
|
1. Checkout the testsuite:
|
|
|
|
|
|
## Basic usage
|
|
|
|
|
|
**We recommend running the testsuite on your machine more than on marenostrum**. If you struggle to configure your machine to run the testsuite, ask for an account on tannat and run the testuite from tannat.
|
|
|
Testsuite basic usage is composed of three steps: clone the testsuite, configure it, and run it.
|
|
|
|
|
|
If you have already downloaded the testsuite, you want to update it to get the last features:
|
|
|
### Cloning the testsuite:
|
|
|
|
|
|
svn update
|
|
|
```
|
|
|
git clone
|
|
|
```
|
|
|
|
|
|
2. Configure the testSuite:
|
|
|
|
... | ... | |