Browse Source

Fixed the pull request comments

VikramAIS 8 years ago
parent
commit
186bab8bb1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/test_network_service.py

+ 3 - 0
test/test_network_service.py

@@ -152,6 +152,9 @@ class CloudNetworkServiceTestCase(ProviderTestBase):
                                    zone=helpers.get_provider_test_data(
                                        self.provider, 'placement'))
 
+            # Comment out routers assertion because Azure has dummy
+            # implementation for routers
+            # and not returns the expected router from the routers method
             # Check basic router properties
             sit.check_standard_behaviour(
                 self, self.provider.networking.routers, router)