コード例 #1
0
ファイル: host.py プロジェクト: pavelpromin/robottelo
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "host"
コード例 #2
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
コード例 #3
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "partition_table"
コード例 #4
0
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "compute_resource"
コード例 #5
0
ファイル: org.py プロジェクト: pavelpromin/robottelo
 def __init__(self):
     """
     Sets the base command for class
     """
     Base.__init__(self)
     self.command_base = "organization"
コード例 #6
0
ファイル: environment.py プロジェクト: pavelpromin/robottelo
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "environment"
コード例 #7
0
ファイル: globalparam.py プロジェクト: pavelpromin/robottelo
 def __init__(self):
     """
     Sets the base command for class.
     """
     Base.__init__(self)
     self.command_base = "global_parameter"