Skip to content

Instantly share code, notes, and snippets.

View lenosi's full-sized avatar

Dominik Lenosi lenosi

View GitHub Profile
@lenosi
lenosi / README.md
Last active October 26, 2017 09:16
Dynamic DHCP based hostname on RHEL and CentOS systems

RHEL & CentOS 6

Edit/Add HOSTNAME in /etc/sysconfig/network to 'HOSTNAME=localhost'
service network restart

RHEL & CentOS 7

Edit /etc/hostname to localhost
systemctl restart network
@lenosi
lenosi / README.md
Last active October 7, 2017 17:40
pytest: Parametrize fixtures with multiple items from addoption/commandline

py.test parametrize fixtures by addoption

run

pytest test_parametrize.py --database A --database=B --verbose

========== test session starts ===========
platform linux -- Python 3.6.2, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 -- /tmp/envs/py3/bin/python
cachedir: .cache