struct te_rgt_mi_test_start

Overview

Description of MI message of type “test_start” More…

#include <mi_msg.h>

struct te_rgt_mi_test_start {
    // fields

    int node_id;
    int parent_id;
    int plan_id;
    const char* node_type;
    const char* name;
    te_rgt_mi_kv* params;
    size_t params_num;
    te_rgt_mi_person* authors;
    size_t authors_num;
    const char* objective;
    const char* page;
    int tin;
    const char* hash;
};

Detailed Documentation

Description of MI message of type “test_start”

Fields

int node_id

Node ID

int parent_id

Parent ID

int plan_id

Plan ID

const char* node_type

PACKAGE, SESSION or TEST

const char* name

Name

te_rgt_mi_kv* params

Array of parameters

size_t params_num

Number of parameters

te_rgt_mi_person* authors

Array of authors

size_t authors_num

Number of authors

const char* objective

Objective

const char* page

Page

int tin

Test Iteration Number

const char* hash

Hash