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
1 file changed