remove extraneous print statements
This commit is contained in:
parent
a611010f86
commit
2a8fc19e77
1 changed files with 0 additions and 2 deletions
|
|
@ -397,8 +397,6 @@ def test_set_policies_of_listener():
|
||||||
lb.set_policies_of_listener(listener_port, [policy_name])
|
lb.set_policies_of_listener(listener_port, [policy_name])
|
||||||
|
|
||||||
lb = conn.get_all_load_balancers()[0]
|
lb = conn.get_all_load_balancers()[0]
|
||||||
print lb.listeners
|
|
||||||
print lb.backends
|
|
||||||
listener = lb.listeners[0]
|
listener = lb.listeners[0]
|
||||||
listener.load_balancer_port.should.equal(listener_port)
|
listener.load_balancer_port.should.equal(listener_port)
|
||||||
# by contrast to a backend, a listener stores only policy name strings
|
# by contrast to a backend, a listener stores only policy name strings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue