Ed & Cameron | Add accounts.yaml and update readme
This commit is contained in:
parent
d2525823a5
commit
b7be41a8d7
@ -97,6 +97,7 @@ The driver should now be loaded. The contents of the repository is mapped to `/o
|
||||
|
||||
###Using tempest/tempest.conf to run tempest tests
|
||||
1. Clone the tempest repo from https://github.com/openstack/tempest
|
||||
2. `ln -s tempest/tempest.conf <path to tempest repo>/etc/tempest.conf`
|
||||
2. `ln -s ~/nova/nova/virt/ec2/tempest/tempest.conf <path to tempest repo>/etc/tempest.conf`
|
||||
3. `ln -s ~/nova/nova/virt/ec2/tempest/accounts.yaml <path to tempest repo>/etc/accounts.yaml`
|
||||
|
||||
\* In Amazon’s EC2 there is no concept of suspend and resume on instances. Therefore, we simply stop EC2 instances when suspended and start the instances when resumed, we do the same on pause and un-pause.
|
||||
|
11
tempest/accounts.yaml
Normal file
11
tempest/accounts.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
# The number of accounts required can be estimated as CONCURRENCY x 2
|
||||
# Valid fields for credentials are defined in the descendants of
|
||||
# auth.Credentials - see KeystoneV[2|3]Credentials.CONF_ATTRIBUTES
|
||||
|
||||
- username: 'macho_man_randy_savage'
|
||||
tenant_name: 'tempest'
|
||||
password: 'test_password'
|
||||
|
||||
- username: 'hulk_hogan'
|
||||
tenant_name: 'tempest'
|
||||
password: 'test_password'
|
Loading…
Reference in New Issue
Block a user