Annotation Interface LinuxImage


@Retention(RUNTIME) @Target(FIELD) public @interface LinuxImage
Represents a Linux that has been provisioned for the test

Used to populate a ILinuxImage field

Author:
Michael Baylis
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Capabilities required of this Linux Image, if any.
    The tag of the Linux Image this variable is to be populated with
    The operating system of the Linux image
    Set a variable prefix to be filled in for this Linux TODO: ****** TO BE SPECED OUT FURTHER *****
  • Element Details

    • imageTag

      String imageTag
      The tag of the Linux Image this variable is to be populated with
      Default:
      "PRIMARY"
    • operatingSystem

      OperatingSystem operatingSystem
      The operating system of the Linux image
      Returns:
      Default:
      any
    • capabilities

      String[] capabilities
      Capabilities required of this Linux Image, if any.
      Default:
      {}
    • variablePrefix

      String variablePrefix
      Set a variable prefix to be filled in for this Linux TODO: ****** TO BE SPECED OUT FURTHER *****
      Default:
      ""