예제 #1
0
    def test_remove_gateway_router(self, mock):
        '''
        Test if it removes an external network gateway from the specified router
        '''

        self.assertTrue(
            neutron.remove_gateway_router('SALTSTACK', profile='openstack1'))
예제 #2
0
    def test_remove_gateway_router(self, mock):
        '''
        Test if it removes an external network gateway from the specified router
        '''

        self.assertTrue(neutron.remove_gateway_router('SALTSTACK',
                                                      profile='openstack1'))
예제 #3
0
    def test_remove_gateway_router(self):
        """
        Test if it removes an external network gateway from the specified router
        """

        self.assertTrue(
            neutron.remove_gateway_router("SALTSTACK", profile="openstack1"))
예제 #4
0
파일: neutron_test.py 프로젝트: bryson/salt
    def test_remove_gateway_router(self, mock):
        """
        Test if it removes an external network gateway from the specified router
        """

        self.assertTrue(neutron.remove_gateway_router("SALTSTACK", profile="openstack1"))