Interface Adtf

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANA_SCRIPT
      Path to a script (optionally with arguments) to start ADTF during extract project
      static java.lang.String DDL_FILE
      List of ADTF DDL files separated by semicolons
      static java.lang.String DEFAULT_CONFIG
      Name of the default configuration of an ADTF project
      static java.lang.String DYN_BIND_HEADER
      Path to the dynamic binding header file if TPT is a dynamic binding client or server
      static java.lang.String DYN_BIND_ROLE
      Dynamic binding role of TPT.
      static java.lang.String GLOBAL_XML_FILE
      Path to the ADTF global configuration file
      static java.lang.String INIT_AT_TEST_START
      Defines whether properties of other ADTF filters are initialized before test execution starts
      static java.lang.String INIT_ONLY
      Boolean flag whether test execution should only initialize ADTF but not start ADTF simulation automatically
      static java.lang.String MANIFEST
      Path to the ADTF manifest file
      static java.lang.String NEW_VERSION
      Defines whether the ADTF version is at least 3.0 or newer
      static java.lang.String PROJECT_FILE
      Path to the ADTF project file
      static java.lang.String SELECCONFIG_ISDEFAULT
      Boolean flag whether the selected ADTF configuration is the default of the project
      static java.lang.String SELECTED_CONFIG_NAME
      Name of the selected ADTF configuration
      static java.lang.String SHUTDOWN_SCRIPT
      Path to a script (optionally with arguments) to shutdown ADTF
      static java.lang.String SKIP_EXEC
      Boolean flag whether platform execution is skipped during test execution
      static java.lang.String STARTUP_SCRIPT
      Path to a script (optionally with arguments) to startup ADTF
      static java.lang.String TIME_MASTER
      Defines the time master in ADTF.
      static java.lang.String WORKING_DIR
      Working directory of the platform
    • Field Detail

      • PROJECT_FILE

        static final java.lang.String PROJECT_FILE
        Path to the ADTF project file
        See Also:
        Constant Field Values
      • DDL_FILE

        static final java.lang.String DDL_FILE
        List of ADTF DDL files separated by semicolons
        See Also:
        Constant Field Values
      • GLOBAL_XML_FILE

        static final java.lang.String GLOBAL_XML_FILE
        Path to the ADTF global configuration file
        See Also:
        Constant Field Values
      • WORKING_DIR

        static final java.lang.String WORKING_DIR
        Working directory of the platform
        See Also:
        Constant Field Values
      • DEFAULT_CONFIG

        static final java.lang.String DEFAULT_CONFIG
        Name of the default configuration of an ADTF project
        See Also:
        Constant Field Values
      • SELECTED_CONFIG_NAME

        static final java.lang.String SELECTED_CONFIG_NAME
        Name of the selected ADTF configuration
        See Also:
        Constant Field Values
      • SELECCONFIG_ISDEFAULT

        static final java.lang.String SELECCONFIG_ISDEFAULT
        Boolean flag whether the selected ADTF configuration is the default of the project
        See Also:
        Constant Field Values
      • STARTUP_SCRIPT

        static final java.lang.String STARTUP_SCRIPT
        Path to a script (optionally with arguments) to startup ADTF
        See Also:
        Constant Field Values
      • SHUTDOWN_SCRIPT

        static final java.lang.String SHUTDOWN_SCRIPT
        Path to a script (optionally with arguments) to shutdown ADTF
        See Also:
        Constant Field Values
      • DYN_BIND_HEADER

        static final java.lang.String DYN_BIND_HEADER
        Path to the dynamic binding header file if TPT is a dynamic binding client or server
        See Also:
        Constant Field Values
      • DYN_BIND_ROLE

        static final java.lang.String DYN_BIND_ROLE
        Dynamic binding role of TPT. Allowed values are "Server" (TPT is a dynamic binding server), "Client" (TPT is a dynamic binding client), and "None" (TPT has no dynamic binding)
        See Also:
        Constant Field Values
      • SKIP_EXEC

        static final java.lang.String SKIP_EXEC
        Boolean flag whether platform execution is skipped during test execution
        See Also:
        Constant Field Values
      • INIT_ONLY

        static final java.lang.String INIT_ONLY
        Boolean flag whether test execution should only initialize ADTF but not start ADTF simulation automatically
        See Also:
        Constant Field Values
      • MANIFEST

        static final java.lang.String MANIFEST
        Path to the ADTF manifest file
        See Also:
        Constant Field Values
      • ANA_SCRIPT

        static final java.lang.String ANA_SCRIPT
        Path to a script (optionally with arguments) to start ADTF during extract project
        See Also:
        Constant Field Values
      • TIME_MASTER

        static final java.lang.String TIME_MASTER
        Defines the time master in ADTF. Allowed values are "TPT" and "Other filter"
        See Also:
        Constant Field Values
      • NEW_VERSION

        static final java.lang.String NEW_VERSION
        Defines whether the ADTF version is at least 3.0 or newer
        See Also:
        Constant Field Values
      • INIT_AT_TEST_START

        static final java.lang.String INIT_AT_TEST_START
        Defines whether properties of other ADTF filters are initialized before test execution starts
        See Also:
        Constant Field Values