diff options
author | bdfreeman1421 <bf1936@att.com> | 2018-11-25 07:32:19 -0500 |
---|---|---|
committer | bdfreeman1421 <bf1936@att.com> | 2018-11-25 13:09:24 -0500 |
commit | b2a4951b485eeec49366bc58862aa253b2ccc8e7 (patch) | |
tree | 3686815d692fe110f6299814e04bf5cac7674374 /robot/testsuites | |
parent | 875ab32024851ff9e77b6d4b028d599c62290b1c (diff) |
Add vCPEResCust Model onboarding
Issue-ID: INT-601
Change-Id: I543959a06be9b0a759d6102bcf1352e80b7d5a30
Signed-off-by: bdfreeman1421 <bf1936@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/model-distribution-vcpe.robot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/robot/testsuites/model-distribution-vcpe.robot b/robot/testsuites/model-distribution-vcpe.robot new file mode 100644 index 00000000..b0016b23 --- /dev/null +++ b/robot/testsuites/model-distribution-vcpe.robot @@ -0,0 +1,16 @@ +*** Settings *** +Documentation Testing asdc. +Library OperatingSystem +Library RequestsLibrary +Library Collections +Library ExtendedSelenium2Library +Resource ../resources/test_templates/model_test_template_vcperescust.robot + +Test Template Model Distribution For vCPEResCust Directory +#Test Teardown Teardown Model Distribution + +*** Variables *** + +*** Test Cases *** +Distribute vCPEResCust Model vCPEResCust + [Tags] distributevCPEResCust |