Package dev.galasa.linux
Annotation Interface LinuxImage
Represents a Linux that has been provisioned for the test
Used to populate a ILinuxImage
field
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionString[]
Capabilities required of this Linux Image, if any.The tag of the Linux Image this variable is to be populated withThe operating system of the Linux imageSet a variable prefix to be filled in for this Linux TODO: ****** TO BE SPECED OUT FURTHER *****
-
Element Details
-
imageTag
String imageTagThe tag of the Linux Image this variable is to be populated with- Default:
- "PRIMARY"
-
operatingSystem
OperatingSystem operatingSystemThe operating system of the Linux image- Returns:
- Default:
- any
-
capabilities
String[] capabilitiesCapabilities required of this Linux Image, if any.- Default:
- {}
-
variablePrefix
String variablePrefixSet a variable prefix to be filled in for this Linux TODO: ****** TO BE SPECED OUT FURTHER *****- Default:
- ""
-