Test_JettyRealm

Provides unit tests and examples for the JettyRealm lens.

Summary
Test_JettyRealmProvides unit tests and examples for the JettyRealm lens.
Augeas Variables
conf
conf_norealm
new_conf
Augeas Tests
JettyRealm.lnsGet test against tree structure
JettyRealm.lnsGet test against tree structure without a realm
JettyRealm.lnsPut test changing password to password

Augeas Variables

conf

let conf = "### Comment admin: admin, admin "

conf_norealm

let conf_norealm = "### Comment admin: admin "

new_conf

let new_conf = "### Comment admin: password, admin "

Augeas Tests

JettyRealm.lns

Get test against tree structure

JettyRealm.lns

Get test against tree structure without a realm

JettyRealm.lns

Put test changing password to password

JettyRealm Properties for Augeas
let conf = "### Comment admin: admin, admin "
let conf_norealm = "### Comment admin: admin "
let new_conf = "### Comment admin: password, admin "
Close