]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Adding the changed UCS Driver function names in test_ucs_driver.
authorShweta P <shweta.ap05@gmail.com>
Tue, 16 Aug 2011 14:52:55 +0000 (07:52 -0700)
committerShweta P <shweta.ap05@gmail.com>
Tue, 16 Aug 2011 14:52:55 +0000 (07:52 -0700)
quantum/plugins/cisco/tests/unit/test_ucs_driver.py

index 0e71a8a0a1f03f7c6aae32547854226cebc99cc5..eaf646ff5206196d031c871081cce842a5e13b5b 100644 (file)
@@ -110,7 +110,7 @@ class TestUCSDriver(unittest.TestCase):
         """
 
         LOG.debug("test_create_profile_post_data - START")
-        profile_details = self.ucsm_driver._change_vlan_in_profile_post_data(
+        profile_details = self.ucsm_driver._change_vlaninprof_post_data(
                         self.profile_name, self.old_vlan_name, self.vlan_name)
         self.assertEqual(profile_details, expected_output)
         LOG.debug("test_create_profile_post - END")
@@ -152,7 +152,7 @@ class TestUCSDriver(unittest.TestCase):
         """
 
         LOG.debug("test_create_profile_client_data - START")
-        profile_details = self.ucsm_driver._create_profile_client_post_data(
+        profile_details = self.ucsm_driver._create_pclient_post_data(
                                 self.profile_name, self.profile_client_name)
         self.assertEqual(profile_details, expected_output)
         LOG.debug("test_create_profile_post - END")