tests: Add test_nodes.vty for VTY interface testing

Change-Id: I322e8857990f77246bcf4dbc0510f4b42527dc82
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 970df87..b55b605 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,14 +2,14 @@
 	atconfig \
 	$(NULL)
 
+EXTRA_DIST = \
+	test_nodes.vty
+
 if ENABLE_EXT_TESTS
 python-tests: $(BUILT_SOURCES)
 	$(MAKE) vty-test
 	osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
 	osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
-	$(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v
-	$(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
-	rm -f $(top_builddir)/sms.db $(top_builddir)/gsn_restart $(top_builddir)/gtphub_restart_count
 else
 python-tests: $(BUILT_SOURCES)
 	echo "Not running python-based tests (determined at configure-time)"