Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #765 from markdryan/master
Browse files Browse the repository at this point in the history
bat: Mention Single VM in the README
  • Loading branch information
mcastelino authored Nov 3, 2016
2 parents 56e2ebd + 6108d63 commit 5413675
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _release/bat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ existing test case runner, test-cases.

## Set up

The BAT tests require a running ciao cluster to execute. This can be a
full ciao cluster running on hundreds of nodes or a Single VM ciao cluster
running on a single machine. For more information about Single VM see
(here)[https://github.com/01org/ciao/wiki/Single-Machine-Development-Environment].

The BAT tests require that certain environment variables have been set before they
can be run:

Expand All @@ -28,6 +33,15 @@ can be run:
* "CIAO_ADMIN_USERNAME" - your cluster admin user name
* "CIAO_ADMIN_PASSWORD" - your cluster admin password.

Note if you are using Single VM a script will be created for you called
~/local/demo.sh that initialises these variables to their correct
values for the Single VM cluster. You just need to source this file
before running the tests, e.g.,

```
. ~/local/demo.sh
```

## Running all the BAT tests

```
Expand Down

0 comments on commit 5413675

Please sign in to comment.