mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5925: Removed incorrect import
This commit is contained in:
parent
7305063fb4
commit
6c5b1670b2
@ -16,7 +16,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
#Test from the Marvin - Testing in Python wiki
|
#Test from the Marvin - Testing in Python wiki
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
|
|
||||||
#All tests inherit from cloudstackTestCase
|
#All tests inherit from cloudstackTestCase
|
||||||
from marvin.cloudstackTestCase import cloudstackTestCase
|
from marvin.cloudstackTestCase import cloudstackTestCase
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import cloudstackTestCase
|
from marvin.cloudstackTestCase import cloudstackTestCase
|
||||||
from marvin.integration.lib.base import (ServiceOffering,
|
from marvin.integration.lib.base import (ServiceOffering,
|
||||||
VirtualMachine,
|
VirtualMachine,
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import cloudstackTestCase
|
from marvin.cloudstackTestCase import cloudstackTestCase
|
||||||
from marvin.integration.lib.base import Account, VirtualMachine, ServiceOffering, Host, Cluster
|
from marvin.integration.lib.base import Account, VirtualMachine, ServiceOffering, Host, Cluster
|
||||||
from marvin.integration.lib.common import get_zone, get_domain, get_template
|
from marvin.integration.lib.common import get_zone, get_domain, get_template
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
""" P1 tests for Dedicating Guest Vlan Ranges
|
""" P1 tests for Dedicating Guest Vlan Ranges
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
import marvin
|
import marvin
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
""" Tests for configuring Internal Load Balancing Rules.
|
""" Tests for configuring Internal Load Balancing Rules.
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
|
|||||||
@ -31,7 +31,6 @@ from marvin.integration.lib.utils import cleanup_resources
|
|||||||
#common - commonly used methods for all tests are listed here
|
#common - commonly used methods for all tests are listed here
|
||||||
from marvin.integration.lib.common import get_zone, get_domain, get_template
|
from marvin.integration.lib.common import get_zone, get_domain, get_template
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackAPI.addIpToNic import addIpToNicCmd
|
from marvin.cloudstackAPI.addIpToNic import addIpToNicCmd
|
||||||
from marvin.cloudstackAPI.removeIpFromNic import removeIpFromNicCmd
|
from marvin.cloudstackAPI.removeIpFromNic import removeIpFromNicCmd
|
||||||
from marvin.cloudstackAPI.listNics import listNicsCmd
|
from marvin.cloudstackAPI.listNics import listNicsCmd
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackException import cloudstackAPIException
|
from marvin.cloudstackException import cloudstackAPIException
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
""" NIC tests for VM """
|
""" NIC tests for VM """
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin import cloudstackTestCase
|
from marvin import cloudstackTestCase
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.cloudstackTestCase import cloudstackTestCase
|
from marvin.cloudstackTestCase import cloudstackTestCase
|
||||||
|
|||||||
@ -16,7 +16,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
""" P1 tests for Dedicating Public IP addresses
|
""" P1 tests for Dedicating Public IP addresses
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
import marvin
|
import marvin
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
""" BVT tests for Service offerings"""
|
""" BVT tests for Service offerings"""
|
||||||
|
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import cloudstackTestCase
|
from marvin.cloudstackTestCase import cloudstackTestCase
|
||||||
from marvin.cloudstackAPI import changeServiceForVirtualMachine,updateServiceOffering
|
from marvin.cloudstackAPI import changeServiceForVirtualMachine,updateServiceOffering
|
||||||
from marvin.integration.lib.utils import (isAlmostEqual,
|
from marvin.integration.lib.utils import (isAlmostEqual,
|
||||||
|
|||||||
@ -15,7 +15,6 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
|
|||||||
@ -19,7 +19,6 @@
|
|||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.sshClient import SshClient
|
from marvin.sshClient import SshClient
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
# Import Local Modules
|
# Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
|
|||||||
@ -18,7 +18,6 @@
|
|||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
import marvin
|
import marvin
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackException import *
|
from marvin.cloudstackException import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
""" Tests for VPN in VPC
|
""" Tests for VPN in VPC
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
from marvin.cloudstackTestClient import getZoneForTests
|
|
||||||
from marvin.cloudstackTestCase import *
|
from marvin.cloudstackTestCase import *
|
||||||
from marvin.cloudstackAPI import *
|
from marvin.cloudstackAPI import *
|
||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user