-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30967/
-----------------------------------------------------------
Review request for cloudstack and SrikanteswaraRao Talluri.
Bugs: CLOUDSTACK-8253
https://issues.apache.org/jira/browse/CLOUDSTACK-8253
Repository: cloudstack-git
Description
-------
test_haproxy.py is using the config data included in the test file itself,
however it should consume the data from test_data.py file.
Also the code is testing LB rule stickiness policies but there is an extra NAT
rule present for the same IP addresses which prevents the test case from
testing the Stickiness policies alone.
Diffs
-----
test/integration/component/test_haproxy.py e941e5b
Diff: https://reviews.apache.org/r/30967/diff/
Testing
-------
Currently failing for Stickiness policies AppCookie and LbCookie.
Thanks,
Gaurav Aradhye