mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-13 22:48:05 +00:00
Add crypto options to augeas lense & add make check
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2727 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
75dc6e1492
commit
b3a2952088
11
Makefile.am
11
Makefile.am
@ -71,6 +71,17 @@ uninstall-local:
|
||||
rmdir $(DESTDIR)/${localstatedir}/lib/corosync || :;
|
||||
rmdir $(DESTDIR)/${SOCKETDIR} || :;
|
||||
|
||||
|
||||
check_SCRIPTS = test_lense.sh
|
||||
TESTS = $(check_SCRIPTS)
|
||||
|
||||
test_lense.sh:
|
||||
echo "augparse -I $(srcdir)/conf/lenses/ $(srcdir)/conf/lenses/tests/test_corosync.aug" > $@
|
||||
chmod +x $@
|
||||
|
||||
CLEANFILES = test_lense.sh
|
||||
|
||||
|
||||
lint:
|
||||
for dir in lcr lib exec services tools test; do make -C $$dir lint; done
|
||||
|
||||
|
@ -53,6 +53,8 @@ let totem =
|
||||
|kv "rrp_mode" /none|active|passive/
|
||||
|kv "vsftype" /none|ykd/
|
||||
|kv "secauth" /on|off/
|
||||
|kv "crypto_type" /nss|sober/
|
||||
|kv "crypto_accept" /new|old/
|
||||
|kv "transport" /udp|iba/
|
||||
|kv "version" Rx.integer
|
||||
|kv "nodeid" Rx.integer
|
||||
|
@ -6,6 +6,8 @@ compatibility: whitetank
|
||||
totem {
|
||||
version: 2
|
||||
secauth: off
|
||||
crypto_type: nss
|
||||
crypto_accept: new
|
||||
threads: 0
|
||||
clear_node_high_bit: no
|
||||
rrp_mode: none
|
||||
@ -53,6 +55,8 @@ test Corosync.lns get conf =
|
||||
{ "totem"
|
||||
{ "version" = "2" }
|
||||
{ "secauth" = "off" }
|
||||
{ "crypto_type" = "nss" }
|
||||
{ "crypto_accept" = "new" }
|
||||
{ "threads" = "0" }
|
||||
{ "clear_node_high_bit" = "no" }
|
||||
{ "rrp_mode" = "none" }
|
||||
|
Loading…
Reference in New Issue
Block a user