示例#1
0
 def test_get_name_from_dn(self):
     """
     Test that ConcreteVpc._get_name_from_dn returns the name
     derived from the dn provided
     """
     dn = 'topology/pod-1/node-103/sys/vpc'
     self.assertEquals(ConcreteVpc._get_name_from_dn(dn), '')