Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ setUpClass
Method
setUpClass
test/systemvm/__init__.py:159–161 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
157
class
SystemVMTestCase(TestCase):
158
@classmethod
159
def
setUpClass(cls):
160
cls.systemvm = SystemVM()
161
cls.systemvm.maybeUp()
162
163
@classmethod
164
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
2
SystemVM
Class · 0.85
maybeUp
Method · 0.80
Tested by
no test coverage detected