diff options
author | Brian Freeman <bf1936@att.com> | 2020-11-23 15:23:01 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-11-23 15:24:38 -0500 |
commit | f69be7b10b133f562f5018424f74d339c2e81212 (patch) | |
tree | 1d30a0deb161c375f5cbd2100d9de6f38b49695f /robot/testsuites/demo.robot | |
parent | e46e8492687746118ccf444b342a70b95897e2b9 (diff) |
Set API_TYPE default to GRA_API
Issue-ID: INT-1787
Change-Id: I0db0707f6dd103a247bc1d2c3d18ec884909324e
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/demo.robot')
-rw-r--r-- | robot/testsuites/demo.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index c110d786..3812bb66 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -24,7 +24,7 @@ ${CATALOG_RESOURCE_IDS} ${REVERSE_HEATBRIDGE} ${HB_VNF} -${API_TYPE} VNF_API +${API_TYPE} GRA_API *** Test Cases *** Initialize Customer And Models |