Mark Javelin as deprecated
This commit starts the deprecation timer on the javelin utility and
adds a deprecation on stdout when the command is invoked. We stopped
using it in the upstream gate when grenade was refactored as part of
adding the plugin interface. We'll remove it from the tempest tree
after a standard deprecation window has elapsed.
Change-Id: Ie4ab5258946271a16e96a070abeedfafa5423714
diff --git a/tempest/cmd/javelin.py b/tempest/cmd/javelin.py
index 6dfa0a7..61d0031 100755
--- a/tempest/cmd/javelin.py
+++ b/tempest/cmd/javelin.py
@@ -1131,6 +1131,8 @@
def main():
+ print("Javelin is deprecated and will be removed from Tempest in the "
+ "future.")
global RES
get_options()
setup_logging()