#include "gnunet_arm_service.h"
Go to the source code of this file.
Macros | |
#define | GNUNET_TESTING_ARM_SIMPLE_TRAITS(op, prefix) |
Call op on all simple traits. More... | |
Functions | |
struct GNUNET_TESTING_Command | GNUNET_TESTING_ARM_cmd_start_peer (const char *label, const char *system_label, const char *cfgname) |
Create command. More... | |
struct GNUNET_TESTING_Command | GNUNET_TESTING_cmd_stop_peer (const char *label, const char *start_label) |
Create command. More... | |
GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT (GNUNET_TESTING_ARM, arm_handle, struct GNUNET_ARM_Handle) GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT(GNUNET_TESTING_ARM | |
Variables | |
config | |
Call op on all simple traits.
Definition at line 37 of file gnunet_testing_arm_lib.h.
struct GNUNET_TESTING_Command GNUNET_TESTING_ARM_cmd_start_peer | ( | const char * | label, |
const char * | system_label, | ||
const char * | cfgname | ||
) |
Create command.
label | name for command. |
system_label | Label of the cmd to setup a test environment. |
cfgname | Configuration file name for this peer. |
Definition at line 285 of file testing_arm_cmd_start_peer.c.
References GNUNET_TESTING_StartPeerState::ac, GNUNET_TESTING_StartPeerState::cfgname, GNUNET_new, GNUNET_strdup, GNUNET_TESTING_command_new_ac(), start_peer_cleanup(), start_peer_run(), start_peer_traits(), and GNUNET_TESTING_StartPeerState::system_label.
struct GNUNET_TESTING_Command GNUNET_TESTING_cmd_stop_peer | ( | const char * | label, |
const char * | start_label | ||
) |
Create command.
label | name for command. |
start_label | Label of the cmd to start the peer. |
Definition at line 159 of file testing_arm_cmd_stop_peer.c.
References StopPeerState::ac, GNUNET_new, GNUNET_TESTING_command_new_ac(), StopPeerState::label, StopPeerState::start_label, stop_peer_cleanup(), stop_peer_run(), and stop_peer_traits().
GNUNET_TESTING_MAKE_DECL_SIMPLE_TRAIT | ( | GNUNET_TESTING_ARM | , |
arm_handle | , | ||
struct GNUNET_ARM_Handle | |||
) |
config |
Definition at line 47 of file gnunet_testing_arm_lib.h.