# Functions
HandleListPre253Successfully configures the test server to respond to a List request to a Compute server API pre 2.53 microversion release.
HandleListSuccessfully configures the test server to respond to a List request to a Compute server with Pike+ release.
HandleUpdateSuccessfully configures the test server to respond to a Update request to a Compute server with Pike+ release.
# Constants
ServiceListBody represents a raw service list result with Pike+ release.
ServiceListBodyPre253 represents a raw service list from the Compute API with microversion older than 2.53.
ServiceUpdate represents a raw service from the Compute service update API.
# Variables
FakeServiceUpdateBody represents the updated service.
FirstFakeService represents the first service from the ServiceListBody.
FirstFakeServicePre253 represents the first service from the ServiceListBodyPre253.
FourthFakeService represents the fourth service from the ServiceListBody.
FourthFakeServicePre253 represents the fourth service from the ServiceListBodyPre253.
SecondFakeService represents the second service from the ServiceListBody.
SecondFakeServicePre253 represents the second service from the ServiceListBodyPre253.
ThirdFakeService represents the third service from the ServiceListBody.
ThirdFakeServicePre253 represents the third service from the ServiceListBodyPre253.