AT&T ECOMP Vendor Event Listener library  0.1
evel_test_control.h
Go to the documentation of this file.
1 #ifndef EVEL_TEST_CONTROL
2 #define EVEL_TEST_CONTROL
3 /**************************************************************************/
43 /**************************************************************************/
54 void evel_test_control(char * const json_buffer,
55  const int json_size,
56  const int secure,
57  const char * fqdn,
58  const int port);
59 
60 typedef enum {
74 
75 /**************************************************************************/
87  const int secure,
88  const char * fqdn,
89  const int port);
90 
91 /**************************************************************************/
99 void evel_test_control_meas_interval(const int interval,
100  const int secure,
101  const char * fqdn,
102  const int port);
103 
104 #endif
void evel_test_control(char *const json_buffer, const int json_size, const int secure, const char *fqdn, const int port)
POST provide JSON to the test_collector testControl API.
void evel_test_control_meas_interval(const int interval, const int secure, const char *fqdn, const int port)
POST a measurement interval change to the test_collector testControl API.
void evel_test_control_scenario(const EVEL_TEST_CONTROL_SCENARIO scenario, const int secure, const char *fqdn, const int port)
POST a pre-set test scenario to the test_collector testControl API.
EVEL_TEST_CONTROL_SCENARIO