cb7cada968
Command for flake tests: flake8 --exclude=__init__.py,welcome.py,docs,fuelmenu --ignore=H302,H802 --show-source --show-pep8 --count . Implements: blueprint fix-flake8-in-nailgun-repo Change-Id: Ieb482b2f096c0e8563e2dcd8f2f26e131e9bc716 |
||
---|---|---|
.. | ||
dhcp_checker | ||
test_env | ||
MANIFEST.in | ||
README.md | ||
setup.py | ||
tox.ini | ||
Vagrantfile |
FIND DHCP SERVER IN NETWORK
=Install vagrant= wget http://files.vagrantup.com/packages/7ec0ee1d00a916f80b109a298bab08e391945243/vagrant_1.2.7_x86_64.deb
dpkg -i vagrant_1.2.7_x86_64.deb
=Get code= git clone git@github.com:dshulyak/test_roque_dhcp.git cd test_roque_dhcp & vagrant up
=Use cli= DEFAULT TIMEOUT 5 sec dhcpcheck discover --ifaces eth0 eth1 eth2 dhcpcheck discover --ifaces eth0 --timeout=10
=Usefull stuff= Also you could make dhcpchecks from your host dhcpcheck discover --ifaces vboxnet4
I sugest to look at trafic with wireshark or tcpdump writing to .pcap file