mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
26 lines
496 B
Properties
26 lines
496 B
Properties
# All the events that need to be created as a result of execution of Regression test
|
|
VM.CREATE=2
|
|
VM.DESTROY=2
|
|
VM.START=2
|
|
VM.STOP=2
|
|
VM.REBOOT=1
|
|
VM.UPGRADE=1
|
|
VM.RESETPASSWORD=1
|
|
ROUTER.CREATE=1
|
|
ROUTER.DESTROY=1
|
|
ROUTER.START=2
|
|
ROUTER.STOP=2
|
|
ROUTER.REBOOT=1
|
|
NET.IPASSIGN=2
|
|
NET.IPRELEASE=2
|
|
SNAPSHOT.CREATE=1
|
|
SNAPSHOT.DELETE=1
|
|
PF.SERVICE.APPLY=1
|
|
PF.SERVICE.REMOVE=1
|
|
TEMPLATE.CREATE=2
|
|
NET.RULEADD=4
|
|
NET.RULEDELETE=4
|
|
VOLUME.CREATE=6
|
|
VOLUME.DELETE=6
|
|
VOLUME.ATTACH=1
|
|
VOLUME.DETACH=1 |