Don't process the prompt line 32/65332/3
authorSam Hague <shague@redhat.com>
Wed, 8 Nov 2017 18:51:14 +0000 (13:51 -0500)
committerSam Hague <shague@redhat.com>
Wed, 8 Nov 2017 20:08:49 +0000 (15:08 -0500)
commit5d4c5b7d354fa52177765895121e9f83135efbc8
tree4c86516a8679df3b67d247ca6d773273f27f4426
parentff6b463bf004d49d39e40d3c0d71296714969862
Don't process the prompt line

The Write Commands Until Expected Prompt Keyword
executes a command and then reads output until it sees
the prompt. It then returns all that read output. This
output is then split into lines - which means you get
the prompt line also.

This patch instructs Split To Lines to ignore the last
line (-1).

Change-Id: Ifea842f5b0fa0c45818be4e9cbaa2f0b33774af6
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot