fuel-web/dhcp-checker
Dima cb7cada968 Fix nailgun code to pass flake8 tests
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
2013-10-30 20:13:27 +04:00
..
dhcp_checker Fix nailgun code to pass flake8 tests 2013-10-30 20:13:27 +04:00
test_env Greatly improved code in dhcp checker. Fixed bug with dhcp behaviour on network down 2013-09-30 16:49:36 +03:00
MANIFEST.in Exclude tests from build script 2013-10-25 13:57:55 +03:00
README.md Split repos 2013-09-23 15:59:40 +04:00
Vagrantfile Split repos 2013-09-23 15:59:40 +04:00
setup.py Exclude tests from build script 2013-10-25 13:57:55 +03:00
tox.ini Split repos 2013-09-23 15:59:40 +04:00

README.md

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