Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @test.attr(type='smoke')
- @test.idempotent_id('65b9ef75-1911-406a-bbdb-ca1d68d528b0')
- def test_association_with_network(self):
- policy = self.create_qos_policy(name='test-policy',
- description='test policy',
- shared=False)
- rule = self.create_qos_bandwidth_limit_rule(policy_id=policy['id'],
- max_kbps=200,
- max_burst_kbps=1337)
- network = self.create_network('test network',
- qos_policy_id=policy['id'])
Advertisement
Add Comment
Please, Sign In to add comment