Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Fixing meta file/test file
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-wasabi committed Nov 19, 2018
1 parent 6b9a901 commit 6be6bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions meta/main.yml
Expand Up @@ -19,10 +19,8 @@ galaxy_info:
versions:
- squeeze
- wheezy
categories:
- monitoring
galaxy_tags:
- zabbix
- zabbix-server
- monitoring

dependencies: []
5 changes: 1 addition & 4 deletions molecule/default/tests/test_default.py
Expand Up @@ -14,10 +14,7 @@ def test_zabbiserver_running_and_enabled(Service, SystemInfo):
assert zabbix.is_running


@pytest.mark.parametrize("server", (
("zabbix-server-pgsql"),
("zabbix-server-mysql"),
))
@pytest.mark.parametrize("server", [("zabbix-server-pgsql"), ("zabbix-server-mysql")])
def test_zabbix_package(Package, TestinfraBackend, server, SystemInfo):
host = TestinfraBackend.get_hostname()
host = host.replace("-centos", "")
Expand Down

0 comments on commit 6be6bee

Please sign in to comment.