diff options
author | stark, steven <steven.stark@att.com> | 2019-09-16 16:09:17 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-09-16 16:14:40 -0700 |
commit | b721c30484849bed5e2aa4af73d4fb8f8f7cdb56 (patch) | |
tree | f8c0f45daf257e52db8ab196ed74f9115af9fd3a /robot/resources/vvp_validation.robot | |
parent | 36b433cedc9da67701c731e8a80441f16bf6cdb1 (diff) |
[INT] adding back cloud owner convert to upper case
Cloud owner convert to upper case was removed accidentally in change
https://gerrit.onap.org/r/c/testsuite/+/94485
Also fixing import for vvp validation
Issue-ID: INT-1197
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I94dd90c30a91643bb605b8ad6a4c45235ba099ed
Diffstat (limited to 'robot/resources/vvp_validation.robot')
-rw-r--r-- | robot/resources/vvp_validation.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/vvp_validation.robot b/robot/resources/vvp_validation.robot index de4ba69a..130e31e9 100644 --- a/robot/resources/vvp_validation.robot +++ b/robot/resources/vvp_validation.robot @@ -3,7 +3,7 @@ Documentation The main interface for interacting with SDC. It handles low le Library OperatingSystem Library ONAPLibrary.SO WITH NAME SO Library ONAPLibrary.HeatVNFValidation WITH NAME HeatVNFValidation -Library ONAPLibrary.VVPValidation WITH NAME VVPValidation +Library ONAPLibrary.VVPValidation.HeatValidationScripts WITH NAME VVPValidation *** Variables *** ${CLOUD_CONFIG_PATH} /cloudSite |