From 91a11f5b19a370958d9f7b1827f2861d9dae16d8 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Fri, 17 Oct 2014 11:11:36 -0700 Subject: ovs-appctl: Rename 'help' to 'list-commands'. Having 'ovs-appctl help' and 'ovs-appctl --help' print different output is confusing. This commit renames the 'help' to 'list-commands'. Also, future patches will add the 'list-commands' to other ovs-* commands, and the output will be used by bash command-line completion script. Signed-off-by: Alex Wang Acked-by: Ben Pfaff --- tests/unixctl-py.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/unixctl-py.at') diff --git a/tests/unixctl-py.at b/tests/unixctl-py.at index b54d4091f..2fb7ee902 100644 --- a/tests/unixctl-py.at +++ b/tests/unixctl-py.at @@ -14,16 +14,16 @@ AT_CHECK([PYAPPCTL -t ovsdb-server exit], [0], []) OVS_WAIT_WHILE([test -s ovsdb-server.pid]) AT_CLEANUP -AT_SETUP([unixctl ovs-vswitchd help - Python]) +AT_SETUP([unixctl ovs-vswitchd list-commands - Python]) AT_SKIP_IF([test $HAVE_PYTHON = no]) OVS_VSWITCHD_START -AT_CHECK([APPCTL help], [0], [stdout]) +AT_CHECK([APPCTL list-commands], [0], [stdout]) AT_CHECK([head -1 stdout], [0], [dnl The available commands are: ]) mv stdout expout -AT_CHECK([PYAPPCTL help], [0], [expout]) +AT_CHECK([PYAPPCTL list-commands], [0], [expout]) OVS_VSWITCHD_STOP AT_CLEANUP -- cgit v1.2.1