From cb8a312a30e51a6b07be67d5ad075b042e68b998 Mon Sep 17 00:00:00 2001 From: ehautot Date: Thu, 26 Apr 2018 11:13:06 +0200 Subject: Fix integration tests: only VNF should be tested Change-Id: I546d1deb75ead0105f9529e6fbe8ae9e3900750e Signed-off-by: ehautot Issue-ID: CLAMP-129 --- test/csit/tests/clamp/UIs/02__Create_TCA_model.robot | 4 ++-- test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot index 99d93c312..7349f63bb 100644 --- a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot +++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot @@ -50,7 +50,7 @@ Set Properties for TCAModel1 Click Element locator=Properties CL Select From List By Label id=service vLoadBalancer Select From List By Label id=vf vLoadBalancer 0 - Select From List By Label id=actionSet eNodeB + Select From List By Label id=actionSet VNF Select From List By Label id=location Data Center 1 Data Center 3 Click Button locator=Save @@ -59,7 +59,7 @@ Set Policy Box properties for TCAModel1 Click Element xpath=//*[@data-element-id="Policy_12lup3h"] Click Button locator=New Policy Input Text locator=//*[@id="pname"] text=Policy2 - Select From List By Label id=recipe Reset + Select From List By Label id=recipe Restart Input Text locator=maxRetries text=6 Input Text locator=retryTimeLimit text=280 Input Text locator=timeout text=400 diff --git a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot index 70cbf1262..a9cb78749 100644 --- a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot +++ b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot @@ -30,11 +30,11 @@ Verify TCAModel1 ${resp}= Get Request clamp /restservices/clds/v1/clds/model/TCAModel1 Should Contain Match ${resp} *templateTCA1* Should Contain Match ${resp} *c95b0e7c-c1f0-4287-9928-7964c5377a46* - Should Contain Match ${resp} *enbRecipe* + Should Contain Match ${resp} *vnfRecipe* Should Contain Match ${resp} *DC1* Should Contain Match ${resp} *DC3* Should Contain Match ${resp} *Policy2* - Should Contain Match ${resp} *reset* + Should Contain Match ${resp} *restart* Should Contain Match ${resp} *280* Should Contain Match ${resp} *400* -- cgit 1.2.3-korg