The installation of several of the services depend on accessing the Nexus binary repository (for the custom Telegraf agent). To do this, a username and password for the repository must be specified in a `reporc` file in the user's home directory, e.g.
The installation of several of the services depend on accessing the Nexus binary repository (for the custom Telegraf agent). To do this, a username and password for the repository must be specified in a `reporc` file in the user's home directory, e.g.
```shell
```shell
REPO_USER=itinnov.flame.integration
REPO_USER=itinnov.flame.integration
REPO_PASS=xxxxxxx
REPO_PASS=xxxxxxx
```
```
##### Build all services
Create all the services needed for integration tests:
Create all the services needed for integration tests:
```shell
```shell
sudo su
sudo /vagrant/scripts/test/fixture.sh create -f /vagrant/src/test/clmctest/rspec.json -c all
/vagrant/scripts/test/fixture.sh create -f /vagrant/src/test/clmctest/rspec.json -c all
```
```
As part of the clmc-service installation, the service's unit tests have been run. The fixture script will fail if any individual service installation fails to install (or fails its tests).
As part of the clmc-service installation, the service's unit tests have been run. The fixture script will fail if any individual service installation fails to install (or fails its tests).
...
@@ -95,22 +101,20 @@ As part of the clmc-service installation, the service's unit tests have been run
...
@@ -95,22 +101,20 @@ As part of the clmc-service installation, the service's unit tests have been run