diff options
author | DR695H <dr695h@att.com> | 2019-06-20 15:37:57 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-20 15:37:57 -0400 |
commit | f1621dea58fa5beb96356550918a7637d0133034 (patch) | |
tree | 063460cbf4701818d2417286befe5490e8879b61 /robot/resources/vid | |
parent | 3bb6cf4b938d3e725860606d3ddaa8eecd872151 (diff) |
move rest of stirngtemplating off old format
Issue-ID: TEST-158
Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/teardown_vid.robot | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/robot/resources/vid/teardown_vid.robot b/robot/resources/vid/teardown_vid.robot index ef65598b..d6880289 100644 --- a/robot/resources/vid/teardown_vid.robot +++ b/robot/resources/vid/teardown_vid.robot @@ -1,13 +1,12 @@ *** Settings *** Documentation The main interface for interacting with VID. It handles low level stuff like managing the selenium request library and VID required steps Library SeleniumLibrary -Library Collections +Library Collections Library String -Library StringTemplater Resource vid_interface.robot Resource create_vid_vnf.robot Resource create_service_instance.robot -Resource ../heatbridge.robot +Resource ../heatbridge.robot *** Variables *** ${VID_ENV} /vid |