Documentation ¶
Index ¶
- Constants
- Variables
- func HandleFlavorProfileCreationSuccessfully(t *testing.T, response string)
- func HandleFlavorProfileDeletionSuccessfully(t *testing.T)
- func HandleFlavorProfileGetSuccessfully(t *testing.T)
- func HandleFlavorProfileListSuccessfully(t *testing.T)
- func HandleFlavorProfileUpdateSuccessfully(t *testing.T)
Constants ¶
View Source
const FlavorProfilesListBody = `` /* 488-byte string literal not displayed */
View Source
const PostUpdateFlavorBody = `` /* 199-byte string literal not displayed */
View Source
const SingleFlavorProfileBody = `` /* 199-byte string literal not displayed */
Variables ¶
View Source
var ( FlavorProfileSingle = flavorprofiles.FlavorProfile{ ID: "c55d080d-af45-47ee-b48c-4caa5e87724f", Name: "amphora-single", ProviderName: "amphora", FlavorData: "{\"loadbalancer_topology\": \"SINGLE\"}", } FlavorProfileAct = flavorprofiles.FlavorProfile{ ID: "f78d2815-3714-4b6e-91d8-cf821ba01017", Name: "amphora-act-stdby", ProviderName: "amphora", FlavorData: "{\"loadbalancer_topology\": \"ACTIVE_STANDBY\"}", } FlavorDb = flavorprofiles.FlavorProfile{ ID: "dcd65be5-f117-4260-ab3d-b32cc5bd1272", Name: "amphora-test", ProviderName: "amphora", FlavorData: "{\"loadbalancer_topology\": \"ACTIVE_STANDBY\"}", } FlavorUpdated = flavorprofiles.FlavorProfile{ ID: "dcd65be5-f117-4260-ab3d-b32cc5bd1272", Name: "amphora-test-updated", ProviderName: "amphora", FlavorData: "{\"loadbalancer_topology\": \"SINGLE\"}", } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.