(/usr/bin/git
2025-03-27, commit: ab142e6)
Unit test for crinitCreateLauncherParameters(), successful execution.
More...
#include <stdlib.h>
#include <string.h>
#include "common.h"
#include "confhdl.h"
#include "globopt.h"
#include "unit_test.h"
#include "utest-crinit-create-launcher-parameters.h"
Unit test for crinitCreateLauncherParameters(), successful execution.
◆ TRUE_CMD
#define TRUE_CMD "/bin/true" |
◆ crinitCfgLauncherCmdHandlerTestWithOneGroupSuccess()
void crinitCfgLauncherCmdHandlerTestWithOneGroupSuccess |
( |
void ** |
state | ) |
|
Tests successful parsing of a command with one group.
◆ crinitCfgLauncherCmdHandlerTestWithThreeGroupsSuccess()
void crinitCfgLauncherCmdHandlerTestWithThreeGroupsSuccess |
( |
void ** |
state | ) |
|
Tests successful parsing of a command with three groups (one main group, two supplementary groups).
◆ crinitCfgLauncherCmdHandlerTestWithTwoGroupsSuccess()
void crinitCfgLauncherCmdHandlerTestWithTwoGroupsSuccess |
( |
void ** |
state | ) |
|
Tests successful parsing of a command with two groups (one main group, one supplementary group).
◆ crinitCreateLauncherParameters()
◆ crinitCreateTaskWithUserAndGroup()
static crinitTask_t * crinitCreateTaskWithUserAndGroup |
( |
const char * |
taskname, |
|
|
size_t |
supGroupCount, |
|
|
gid_t * |
supGroups |
|
) |
| |
|
static |