Add hub discovery test scenario
Change-Id: I6b99fab75cbd2d615f0a72560ee8fae0ea1a378e
refs: #1444
diff --git a/install_helpers/install_dependencies.py b/install_helpers/install_dependencies.py
index 6daa1e7..3d433a6 100644
--- a/install_helpers/install_dependencies.py
+++ b/install_helpers/install_dependencies.py
@@ -6,4 +6,4 @@
print "\nINSTALLING DEPENDENCIES"
print "***********************"
os.system("sudo apt-get -qq update")
- os.system("sudo apt-get -qq install libboost1.48-all-dev libcrypto++-dev pkg-config libsqlite3-dev socat")
+ os.system("sudo apt-get -qq install libboost1.48-all-dev libcrypto++-dev pkg-config libsqlite3-dev socat bind9")
\ No newline at end of file