From c855e6604cd37c028936dada1e282823c9fdabb7 Mon Sep 17 00:00:00 2001 From: yangyan Date: Sun, 29 Sep 2019 17:09:59 +0800 Subject: update part of cli command guide about vfc test Change-Id: I1a49e5bd1ed7ec189b19027c5ca6a9613540c361 Issue-ID: VFC-1524 Signed-off-by: yangyan --- docs/platform/cli-userguide/VFC_part/index.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/platform/cli-userguide/VFC_part/index.rst') diff --git a/docs/platform/cli-userguide/VFC_part/index.rst b/docs/platform/cli-userguide/VFC_part/index.rst index 322dbc2f..d92c4257 100644 --- a/docs/platform/cli-userguide/VFC_part/index.rst +++ b/docs/platform/cli-userguide/VFC_part/index.rst @@ -73,3 +73,21 @@ Cli VFC part Command Guide On error, it prints :::: For example: 'oclip vfc-nslcm-delete -m {} -c {}'.format(parameters["vfc-url"], ns_instance_id) + + +5. VFC nslcm get +---------------- + +:: + + usage: oclip vfc-nslcm-get + vfc nsclm get the status of creating ns + Options: + [-m | --host-url] [-C | --no-catalog] [-f | --format] + [-h | --help] [-V | --verify] [-t | --no-title] + [-d | --debug] [-v | --version] [-s | --long] + [-D | --context] [-c | --ns-instance-id] + Error: + On error, it prints :::: + For example: + 'oclip vfc-nslcm-delete -m {} -c {}'.format(parameters["vfc-url"], ns_instance_id) -- cgit 1.2.3-korg