
Change the instance action sample to a real world action. In Setup, we create an instance and then stop it. That would be 2 actions(create and stop), and the stop action should have a "compute_stop_instance" event. And then we do 2.1/2.21/2.51 test case based on these actions, like we have done in 2.58. Change-Id: Iac23a574a05e62a99aab20ffce4265f4fb5a44d9
21 lines
705 B
JSON
21 lines
705 B
JSON
{
|
|
"instanceAction": {
|
|
"action": "stop",
|
|
"events": [
|
|
{
|
|
"event": "compute_stop_instance",
|
|
"finish_time": "2018-04-25T01:26:29.409773",
|
|
"result": "Success",
|
|
"start_time": "2018-04-25T01:26:29.203170",
|
|
"traceback": null
|
|
}
|
|
],
|
|
"instance_uuid": "cab10fb8-6702-40ba-a91c-18009cec0a09",
|
|
"message": null,
|
|
"project_id": "6f70656e737461636b20342065766572",
|
|
"request_id": "req-0514d54b-0f2c-4611-963d-fc24afb57f1f",
|
|
"start_time": "2018-04-25T01:26:28.996024",
|
|
"updated_at": "2018-04-25T01:26:29.409773",
|
|
"user_id": "admin"
|
|
}
|
|
} |