Test cinder_qos in acceptance tests
Change-Id: If46ae6868be8597d39545ce80a5ff46cbf2f05e1
This commit is contained in:
parent
7de59ded2d
commit
a564178f17
@ -22,6 +22,22 @@ describe 'basic cinder' do
|
|||||||
'key2' => '<is> True'
|
'key2' => '<is> True'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cinder_type { 'qostype1':
|
||||||
|
ensure => present
|
||||||
|
}
|
||||||
|
cinder_type { 'qostype2':
|
||||||
|
ensure => present
|
||||||
|
}
|
||||||
|
cinder_qos { 'testqos1':
|
||||||
|
properties => {
|
||||||
|
'key1' => 'val1',
|
||||||
|
'key2' => 'val2',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
cinder_qos { 'testqos2':
|
||||||
|
associations => ['qostype1', 'qostype2']
|
||||||
|
}
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user