|
libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <inttypes.h>#include <limits.h>#include <unistd.h>#include <fcntl.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_object_expression.h>#include <amxd/amxd_parameter.h>#include <amxo/amxo.h>#include <amxo/amxo_mibs.h>#include "test_mibs.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_can_scan_mib_dir (UNUSED void **state) |
| void | test_scan_mib_dir_fails_when_invalid_expr (UNUSED void **state) |
| void | test_scan_mib_dir_skips_mib_when_already_known (UNUSED void **state) |
| void | test_scan_mib_dir_fails_with_invalid_arguments (UNUSED void **state) |
| void | test_can_scan_mib_dirs (UNUSED void **state) |
| void | test_can_scan_mib_dirs_using_config (UNUSED void **state) |
| void | test_scan_mib_dirs_fails_with_invalid_arguments (UNUSED void **state) |
| void | test_can_apply_mib_to_object (UNUSED void **state) |
| void | test_apply_unknown_mib_fails (UNUSED void **state) |
| void | test_apply_fails_with_invalid_arguments (UNUSED void **state) |
| void | test_can_apply_mibs_to_object (UNUSED void **state) |
| void | test_can_add_mibs_to_object (UNUSED void **state) |
| void | test_can_remove_mibs_from_object (UNUSED void **state) |
| void | test_can_add_mibs_from_include (UNUSED void **state) |
| void test_apply_fails_with_invalid_arguments | ( | UNUSED void ** | state | ) |
Definition at line 276 of file test_mibs.c.
| void test_apply_unknown_mib_fails | ( | UNUSED void ** | state | ) |
Definition at line 252 of file test_mibs.c.
| void test_can_add_mibs_from_include | ( | UNUSED void ** | state | ) |
Definition at line 431 of file test_mibs.c.
| void test_can_add_mibs_to_object | ( | UNUSED void ** | state | ) |
Definition at line 349 of file test_mibs.c.
| void test_can_apply_mib_to_object | ( | UNUSED void ** | state | ) |
Definition at line 219 of file test_mibs.c.
| void test_can_apply_mibs_to_object | ( | UNUSED void ** | state | ) |
Definition at line 308 of file test_mibs.c.
| void test_can_remove_mibs_from_object | ( | UNUSED void ** | state | ) |
Definition at line 390 of file test_mibs.c.
| void test_can_scan_mib_dir | ( | UNUSED void ** | state | ) |
Definition at line 84 of file test_mibs.c.
| void test_can_scan_mib_dirs | ( | UNUSED void ** | state | ) |
Definition at line 147 of file test_mibs.c.
| void test_can_scan_mib_dirs_using_config | ( | UNUSED void ** | state | ) |
Definition at line 173 of file test_mibs.c.
| void test_scan_mib_dir_fails_when_invalid_expr | ( | UNUSED void ** | state | ) |
Definition at line 99 of file test_mibs.c.
| void test_scan_mib_dir_fails_with_invalid_arguments | ( | UNUSED void ** | state | ) |
Definition at line 130 of file test_mibs.c.
| void test_scan_mib_dir_skips_mib_when_already_known | ( | UNUSED void ** | state | ) |
Definition at line 113 of file test_mibs.c.
| void test_scan_mib_dirs_fails_with_invalid_arguments | ( | UNUSED void ** | state | ) |
Definition at line 193 of file test_mibs.c.