Guest User

Untitled

a guest
Jul 26th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @test.attr(type='smoke')
  2. @test.idempotent_id('65b9ef75-1911-406a-bbdb-ca1d68d528b0')
  3. def test_association_with_network(self):
  4. policy = self.create_qos_policy(name='test-policy',
  5. description='test policy',
  6. shared=False)
  7. rule = self.create_qos_bandwidth_limit_rule(policy_id=policy['id'],
  8. max_kbps=200,
  9. max_burst_kbps=1337)
  10.  
  11. network = self.create_network('test network',
  12. qos_policy_id=policy['id'])
Advertisement
Add Comment
Please, Sign In to add comment