Skip to content

Commit

Permalink
Cleaning up the molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra Amirsarvari committed Jan 25, 2020
1 parent 127b8af commit d0c94cc
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ scenario:
name: default
lint:
name: yamllint

### Use Docker driver (only a single 'driver' with given 'platforms' is allowed)
# driver:
# name: vagrant
# provider:
# name: libvirt
# platforms:
# - name: chrony-test-centos-7
# box: centos/7
# imemory: 1024
# cpus: 1

### Use Docker driver (only a single 'driver' with given 'platforms' is allowed)
driver:
name: docker
platforms:
Expand All @@ -37,17 +24,9 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: True
pre_build_image: True

### Use testinfra verifier with flake8 (only a single 'verifier' with given 'lint' is allowed)
verifier:
name: ansible
lint:
name: ansible-lint

### Use testinfra verifier with flake8 (only a single 'verifier' with given 'lint' is allowed)
# verifier:
# name: testinfra
# lint:
# name: flake8

...
...

0 comments on commit d0c94cc

Please sign in to comment.