~brendan-donegan/maas/qa-lab-tests_remove_arm64_temp

« back to all changes in this revision

Viewing changes to RSD.md

  • Committer: MAAS Lander
  • Author(s): Brendan Donegan
  • Date: 2017-02-24 21:50:48 UTC
  • mfrom: (474.2.14 rsd-tests)
  • Revision ID: maas_lander-20170224215048-wcedablotdgn7d6i
[r=brendan-donegan][bug=][author=brendan-donegan] RSD tests and instructions for use

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Running Intel RSD Test Suite
 
2
============================
 
3
 
 
4
A suite of tests for Intel RSD functionality in MAAS are provided in maas-rsd.py
 
5
 
 
6
To run them you need to do the following:
 
7
 
 
8
1. Ensure you have access to a MAAS instance which itself has access to an RSD instance
 
9
2. Create a profile in the MAAS CLI callled 'rsd' that points to that instance
 
10
3. Update the rsd.yaml file with the appropriate values, where:
 
11
 
 
12
    - ip: is the IP address of the *RSD Instance*
 
13
    - port: is the port number of the RSD Instance
 
14
    - user: is the username on the RSD instance
 
15
    - pass: is the password on the RSD instance
 
16
    - composed_machines: is the number of pre-composed machines expected
 
17
 
 
18
4. Ensure you have the python3-yaml package installed (or are in a virtual environment with it installed)
 
19
5. Execute the command nosetests3 maas-rsd.py