summaryrefslogtreecommitdiff
path: root/test/integration/targets/azure_rm_webapp
diff options
context:
space:
mode:
authorZim Kalinowski <zikalino@microsoft.com>2018-08-28 14:32:40 +0800
committerYunge Zhu <37337818+yungezz@users.noreply.github.com>2018-08-28 14:32:40 +0800
commit289be0222442803290b2d1db6a9512e45bdbbad3 (patch)
treed5868b037f6713d79f1c7dd3e3d1a6660259cee0 /test/integration/targets/azure_rm_webapp
parenta11cc4bae9fa48144b8a755eb3cb17fd707f2a7c (diff)
downloadansible-289be0222442803290b2d1db6a9512e45bdbbad3.tar.gz
Revert "fix linux web app java linux_fx_version (#44715)" (#44750)
Diffstat (limited to 'test/integration/targets/azure_rm_webapp')
-rw-r--r--test/integration/targets/azure_rm_webapp/tasks/main.yml21
1 files changed, 1 insertions, 20 deletions
diff --git a/test/integration/targets/azure_rm_webapp/tasks/main.yml b/test/integration/targets/azure_rm_webapp/tasks/main.yml
index 8cb6cbf206..66f116b9bc 100644
--- a/test/integration/targets/azure_rm_webapp/tasks/main.yml
+++ b/test/integration/targets/azure_rm_webapp/tasks/main.yml
@@ -232,23 +232,4 @@
- name: "node"
version: "6.6"
register: fail_linux_one_framework_only
- failed_when: fail_linux_one_framework_only.msg != "Can specify one framework only for Linux web app."
-
-- name: Create a linux web app with java tomcat container
- azure_rm_webapp:
- resource_group: "{{ resource_group }}"
- name: "{{ win_app_name }}13"
- plan:
- resource_group: "{{ linux_app_plan_resource_group }}"
- name: "{{ linux_plan_name }}"
- frameworks:
- - name: java
- version: "8"
- settings:
- java_container: "tomcat"
- java_container_version: "8.5"
- register: output
-
-- name: Assert the web app was created
- assert:
- that: output.changed \ No newline at end of file
+ failed_when: fail_linux_one_framework_only.msg != "Can specify one framework only for Linux web app." \ No newline at end of file