commit | 30670e079498f131261659e10b22bad07bea24de | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Sat Feb 08 12:06:56 2014 -0800 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Sat Feb 08 12:07:17 2014 -0800 |
tree | 3a9bfb60910be8475285111630a0cb66b4840190 | |
parent | 8ee0079b8fa0c73c1da900659f2266ece88b80f7 [diff] |
Fix syntax in test_load_balancer_basics._check_load_balancing The set == {} syntax is invalid in python 2.6. Note that even though the test is currently being skipped, it's interpreted before the skip is executed so this fails regardless of the skip decorator. Closes-Bug: #1277951 Change-Id: Ic64622604a717db33555784cfe265e6af3e6dea7