commit | 510c0f9bf2a24ccb0db7117029b5542dd11fdc01 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Wed Sep 06 14:28:07 2017 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Wed Sep 06 14:28:07 2017 +0800 |
tree | df904dc02c0e88a2351f8bb9c8f29c3dcd26dffd | |
parent | 5415c8ee83c2faa255d1f459334d85a65ecbc6d2 [diff] |
Fix addCleanup in AutoAllocateNetworkTest In AutoAllocateNetworkTest, addCleanup is mixed with assertEqual in one loop, and this may cause some addCleanups not being executed if assert fails. This is to put addCleanups standalone. Change-Id: I1da5afebfbae630cdee87b347486549781dd08b1