Fix netconf csit looking up nonexistant version 66/97466/3
authorTomas Cere <tomas.cere@pantheon.tech>
Mon, 13 Sep 2021 08:04:55 +0000 (10:04 +0200)
committerTomas Cere <tomas.cere@pantheon.tech>
Tue, 21 Sep 2021 09:56:56 +0000 (09:56 +0000)
Due to the change of stream in netconf jobs from phosphorus to master
the test cases were looking up version which doesnt exist in the
test case values.

Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
Change-Id: I2d2d74c2ba4cbc131cf5d87264cf55fa9b641f93

csit/libraries/CompareStream.robot

index 2d1e4f1524631a75227240a66b21c9c9da8a8b20..815286d478231fb0e9a4b6286489c48cd4560205 100644 (file)
@@ -8,7 +8,7 @@ Library           Collections
 Library           String
 
 *** Variables ***
-&{Stream_dict}    carbon=${6}    nitrogen=${7}    oxygen=${8}    fluorine=${9}    neon=${10}    sodium=${11}    magnesium=${12}    aluminium=${13}    silicon=${14}    phosphorus=${15}
+&{Stream_dict}    carbon=${6}    nitrogen=${7}    oxygen=${8}    fluorine=${9}    neon=${10}    sodium=${11}    magnesium=${12}    aluminium=${13}    silicon=${14}    phosphorus=${15}    master=${999}
 
 *** Keywords ***
 Set_Variable_If_At_Least