mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 18:24:31 +01:00
add requirements files for simulating RHEL 7 and Debian 9
This commit is contained in:
parent
70140f966a
commit
13bfbdcbbc
34
.travis.yml
34
.travis.yml
@ -9,7 +9,7 @@ before_install:
|
|||||||
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e -r $REQ_FILE
|
||||||
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pycodestyle; fi"
|
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pycodestyle; fi"
|
||||||
- pip install passlib
|
- pip install passlib
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
@ -22,15 +22,33 @@ script: "if [[ $TEST_PEP8 == '1' ]]; then pycodestyle --repeat --show-source --e
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TEST_PEP8=1
|
env:
|
||||||
|
TEST_PEP8=1
|
||||||
|
REQ_FILE=requirements.txt
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TEST_PEP8=0
|
env:
|
||||||
- python: "3.5"
|
TEST_PEP8=0
|
||||||
env: TEST_PEP8=0
|
REQ_FILE=requirements-el7.txt
|
||||||
- python: "3.6"
|
- python: "2.7"
|
||||||
env: TEST_PEP8=0
|
env:
|
||||||
|
TEST_PEP8=0
|
||||||
|
REQ_FILE=requirements-stretch.txt
|
||||||
|
- python: "2.7"
|
||||||
|
env:
|
||||||
|
TEST_PEP8=0
|
||||||
|
REQ_FILE=requirements.txt
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
env: TEST_PEP8=0
|
env:
|
||||||
|
TEST_PEP8=0
|
||||||
|
REQ_FILE=requirements-el7.txt
|
||||||
|
- python: "3.5"
|
||||||
|
env:
|
||||||
|
TEST_PEP8=0
|
||||||
|
REQ_FILE=requirements-stretch.txt
|
||||||
|
- python: "3.6"
|
||||||
|
env:
|
||||||
|
TEST_PEP8=0
|
||||||
|
REQ_FILE=requirements.txt
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
4
requirements-el7.txt
Normal file
4
requirements-el7.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CherryPy>=3.0.0
|
||||||
|
PyYAML
|
||||||
|
Mako
|
||||||
|
python-ldap==2.4.15
|
4
requirements-stretch.txt
Normal file
4
requirements-stretch.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CherryPy>=3.0.0
|
||||||
|
PyYAML
|
||||||
|
Mako
|
||||||
|
python-ldap==2.4.28
|
@ -48,8 +48,9 @@ role=dc
|
|||||||
sambacmd=samba-tool
|
sambacmd=samba-tool
|
||||||
adpass=qwertyP455
|
adpass=qwertyP455
|
||||||
|
|
||||||
|
systemctl unmask samba-ad-dc
|
||||||
|
|
||||||
hostname ad.ldapcherry.org
|
hostname ad.ldapcherry.org
|
||||||
/etc/init.d/dnsmasq stop
|
|
||||||
pkill -9 dnsmasq
|
pkill -9 dnsmasq
|
||||||
|
|
||||||
kill -9 `cat /var/run/samba/smbd.pid`
|
kill -9 `cat /var/run/samba/smbd.pid`
|
||||||
@ -75,10 +76,11 @@ mv /var/lib/samba/private/krb5.conf /etc/krb5.conf
|
|||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
systemctl start samba-ad-dc
|
||||||
/etc/init.d/samba-ad-dc start
|
/etc/init.d/samba-ad-dc start
|
||||||
|
|
||||||
cat /var/log/samba/*
|
cat /var/log/samba/*
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
netstat -apn | grep samba
|
ss -apn | grep samba
|
||||||
|
Loading…
Reference in New Issue
Block a user