Merge "[Tomcat][Tests] Add check for a 'deployed' variable"

This commit is contained in:
Jenkins 2016-01-22 12:39:57 +00:00 committed by Gerrit Code Review
commit d9124e3fa6
1 changed files with 4 additions and 0 deletions

View File

@ -69,3 +69,7 @@ Methods:
- $.env: $this.load($.appJson)
- $.env.deploy()
# Check, that variable has a correct value
- $isDeployed: $.env.applications[0].getAttr(deployed, false, 'io.murano.apps.apache.Tomcat')
- $.assertEqual(true, $isDeployed)