commit | 789fbe20b889cd366d28e6c3a49ea02df29302f5 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Wed Mar 06 08:16:41 2019 -0800 |
committer | Kailash <kailash@onlab.us> | Wed Mar 06 08:16:41 2019 -0800 |
tree | 44c1e7618fbb8d4e7111b77cc5579835e155eafd | |
parent | 82fd4ff11e58fe2189a93444c71728dad0ca99d0 [diff] |
removing hard-coded home dir from siab tests Change-Id: Ibb5cddd6b238192bafad65d57ea27a8c22c103ad
diff --git a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot index d68fe25..731b6d5 100644 --- a/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot +++ b/src/test/cord-api/Tests/WorkflowValidations/SIAB.robot
@@ -23,7 +23,7 @@ Library OperatingSystem Library XML Library RequestsLibrary -Library /home/cord/voltha/tests/atests/common/testCaseUtils.py +Library %{HOME}/voltha/tests/atests/common/testCaseUtils.py Library ../../Framework/utils/utils.py Resource ../../Framework/utils/utils.robot Library ../../Framework/restApi.py