Tools: Dummy play.py file added
authorVratko Polak <vrpolak@cisco.com>
Thu, 21 May 2015 14:56:04 +0000 (16:56 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 21 May 2015 15:12:25 +0000 (17:12 +0200)
There are jobs running "bgpuser" suite, which
relies on play.py script already in suite setup,
so currently it skips all test cases.

The full-blown play.py has still several days to
become polished enough to warrant merge into repository;
this change adds a file that just prints a message and quits.

The suite would still mostly fail because of that,
but with this file in place, the suite would
at least test for presence of Bug 3182.

Change-Id: Iee27fecc82e9d701e36a061766c9976598ada990
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
test/tools/fastbgp/play.py [new file with mode: 0644]

diff --git a/test/tools/fastbgp/play.py b/test/tools/fastbgp/play.py
new file mode 100644 (file)
index 0000000..bd52ca7
--- /dev/null
@@ -0,0 +1,3 @@
+"""Dummy placeholder for future full-blown utility."""
+
+print "Play utility is not merged to integration repository yet!"