From cf4b15ab00249af6f4d05afd75d16bec689f3241 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 21:18:04 -0500 Subject: Initial add of appc-directed-graph bundles Directed Graph library Additional JIRA Issues: APPC-66, APPC-71, APPC-74 Issue-ID: APPC-65 Change-Id: I1bd643f7675dec19e562e99db65bafa0dcda6ef4 Signed-off-by: Skip Wonnell --- .../properties/tcfile/download_cli_config_template.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/tcfile/download_cli_config_template.txt (limited to 'appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/tcfile/download_cli_config_template.txt') diff --git a/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/tcfile/download_cli_config_template.txt b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/tcfile/download_cli_config_template.txt new file mode 100644 index 000000000..41a5fa612 --- /dev/null +++ b/appc-directed-graph/appc-dgraph/provider/src/test/resources/properties/tcfile/download_cli_config_template.txt @@ -0,0 +1,18 @@ +Login_Prompt: Matches "Login as:" + Password_Prompt: Matches "Password:" + Request_Prompt: Ends_With "~#" + Request: "sdc" + Response: Ends_With ":" + Request: "1" + Response: Ends_With ":" + Request: "1" + Response: Ends_With "#" + Request: "paging-options disable" + Response: Ends_With "#" + Request: "show config" + Response: Ends_With "#" + Request: "exit" + Response: Ends_With ":" + Request: "0" + Response: Ends_With "#" + Request: "exit" \ No newline at end of file -- cgit 1.2.3-korg