Test_ActiveMQ_Conf

Provides unit tests and examples for the ActiveMQ_Conf lens.

Summary
Test_ActiveMQ_ConfProvides unit tests and examples for the ActiveMQ_Conf lens.
Augeas Variables
conf
new_conf
Augeas Tests
ActiveMQ_Conf.lnsGet test against tree structure
ActiveMQ_Conf.lnsPut test changing user to nobody

Augeas Variables

conf

let conf = " ACTIVEMQ_HOME=/usr/share/activemq ACTIVEMQ_BASE=${ACTIVEMQ_HOME} "

new_conf

let new_conf = " ACTIVEMQ_HOME=/usr/local/share/activemq ACTIVEMQ_BASE=${ACTIVEMQ_HOME} "

Augeas Tests

ActiveMQ_Conf.lns

Get test against tree structure

ActiveMQ_Conf.lns

Put test changing user to nobody

ActiveMQ / FuseMQ conf module for Augeas
let conf = " ACTIVEMQ_HOME=/usr/share/activemq ACTIVEMQ_BASE=${ACTIVEMQ_HOME} "
let new_conf = " ACTIVEMQ_HOME=/usr/local/share/activemq ACTIVEMQ_BASE=${ACTIVEMQ_HOME} "
Close