From 351765fbc860a54d0b8691f74555b04fde5416bb Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 19 Jun 2020 11:38:17 +0200 Subject: tests: Add more test cases --- tests/test-configure-app.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/test-configure-app.yml (limited to 'tests/test-configure-app.yml') diff --git a/tests/test-configure-app.yml b/tests/test-configure-app.yml new file mode 100644 index 0000000..06e5e92 --- /dev/null +++ b/tests/test-configure-app.yml @@ -0,0 +1,18 @@ +--- +- name: Deploy an app & configure system details on clever + hosts: localhost + remote_user: root + roles: + - role: clever + vars: + clever_token: 123abc + clever_secret: cba321 + clever_app: app_00000000-0000-0000-0000-000000000000 + clever_domain: my-app.example.org + clever_syslog_server: 172.10.0.1:54000 + clever_build_flavor: M + post_tasks: + - name: Check CC_RUN_COMMAND is not part of the environment + fail: + msg: "CC_RUN_COMMAND env variable should not be present in the environment dict" + when: clever_env.CC_RUN_COMMAND is defined -- cgit v1.2.3