diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-16 18:05:24 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-16 18:05:24 +0200 |
commit | b4297ec7c1ce330396e283797127c72d5818a26d (patch) | |
tree | 45fd9a78f29f40b7e0f1da7957fa4b581d6b31e1 /op-mode-definitions/version.xml | |
parent | d4c10902026b76a6372cf738fc98860b29b39759 (diff) | |
download | vyos-1x-b4297ec7c1ce330396e283797127c72d5818a26d.tar.gz vyos-1x-b4297ec7c1ce330396e283797127c72d5818a26d.zip |
T644: update op mode and rename the test suite.
Diffstat (limited to 'op-mode-definitions/version.xml')
-rw-r--r-- | op-mode-definitions/version.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/version.xml b/op-mode-definitions/version.xml index b77d52f9e..593785f7a 100644 --- a/op-mode-definitions/version.xml +++ b/op-mode-definitions/version.xml @@ -6,19 +6,19 @@ <properties> <help>Show system version information</help> </properties> - <command>${vyos_bindir}/vyos_show_version.py</command> + <command>${vyos_op_scripts_dir}/version.py</command> <children> <leafNode name="funny"> <properties> <help>Show system version and some fun stuff</help> </properties> - <command>${vyos_bindir}/vyos_show_version.py --funny</command> + <command>${vyos_op_scripts_dir}/version.py --funny</command> </leafNode> <leafNode name="all"> <properties> <help>Show system version and versions of all packages</help> </properties> - <command>${vyos_bindir}/vyos_show_version.py --all</command> + <command>${vyos_op_scripts_dir}/version.py --all</command> </leafNode> </children> </node> |