chore: Add unpacked reference files for test

This commit is contained in:
Sirius Bakke 2020-03-19 01:09:47 +01:00
parent 78228a4da3
commit 589c87b943
8 changed files with 74 additions and 1 deletions

1
.gitignore vendored
View File

@ -47,7 +47,6 @@ src/unit_tests/*/*Test
src/unit_tests/*/*Tests
src/unit_tests/*/*.output
src/unit_tests/generatedScriptTests*/generatedScriptTests*
src/unit_tests/generatedScriptTestsSecuwall/ref.*
src/unit_tests/generatedScriptTestsSecuwall/secuwall-1/
src/unit_tests/generatedScriptTestsSecuwall/secuwall-2/
*.pro.user

View File

@ -0,0 +1,4 @@
127.0.0.1 localhost
# Secuwall hosts
secuwall-2 192.168.1.3

View File

@ -0,0 +1,15 @@
MGM_DEV="eth1"
MGM_IP="192.168.1.254 192.168.1.253"
LOG_IP="192.168.1.252"
SNMP_IP="192.168.1.251"
SNMP_COM="my_snmpstring"
NTP_IP="192.168.1.250"
VARPART=""
CFGPART=""
NRPE=yes
NRPE_IP="192.168.1.249"
VRRPD=yes
VRRPSECRET="my_vrrpsecret"
MASTER=yes
CONNTRACKD=yes
CONN_DEV="eth0"

View File

@ -0,0 +1,5 @@
NETWORKING=yes
GATEWAY=""
GATEWAYDEV=""
HOSTNAME="secuwall-1"
FORWARD_IPV4="yes"

View File

@ -0,0 +1,12 @@
DEVICE="eth0"
BOOTPROTO="none"
IPADDR="172.24.0.2"
NETMASK="255.255.0.0"
NETWORK="172.24.0.0"
BROADCAST="172.24.255.255"
ONBOOT="yes"
LINK=""
MACADDR=""
MTU="1500"
ARP="yes"
TYPE="ethernet"

View File

@ -0,0 +1,12 @@
DEVICE="eth1"
BOOTPROTO="none"
IPADDR="192.168.1.2"
NETMASK="255.255.255.0"
NETWORK="192.168.1.0"
BROADCAST="192.168.1.255"
ONBOOT="yes"
LINK=""
MACADDR=""
MTU="1500"
ARP="yes"
TYPE="ethernet"

View File

@ -0,0 +1,13 @@
DEVICE="vrrp0"
BOOTPROTO="none"
IPADDR="172.24.0.1"
NETMASK="255.255.0.0"
NETWORK="172.24.0.0"
BROADCAST="172.24.255.255"
ONBOOT="yes"
LINK=""
MACADDR=""
MTU="1500"
ARP="yes"
TYPE="vrrp"
BASEDEV="eth0"

View File

@ -0,0 +1,13 @@
DEVICE="vrrp1"
BOOTPROTO="none"
IPADDR="192.168.1.1"
NETMASK="255.255.255.0"
NETWORK="192.168.1.0"
BROADCAST="192.168.1.255"
ONBOOT="yes"
LINK=""
MACADDR=""
MTU="1500"
ARP="yes"
TYPE="vrrp"
BASEDEV="eth1"