Files @ e970d4afbea4
Branch filter:

Location: majic-ansible-roles/roles/xmpp_server/molecule/default/molecule.yml

branko
MAR-128: Upgraded tests for xmpp_server role:

- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Switched to extracting hostname instead of hard-coding it in a
couple of tests.
- Renamed hosts to include the Debian version.
- Updated names for some of the test data to cater to change in host
names.
- Switched to using more robust task for populating /etc/hosts.
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

lint:
  name: yamllint

platforms:

  - name: ldap-server
    box: debian/contrib-jessie64
    memory: 512
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.10
        network_name: private_network
        type: static

  - name: client1
    box: debian/contrib-jessie64
    memory: 256
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.20
        network_name: private_network
        type: static

  - name: parameters-mandatory-jessie64.domain1
    groups:
      - parameters-mandatory
    box: debian/contrib-jessie64
    memory: 512
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.30
        network_name: private_network
        type: static

  - name: parameters-optional-jessie64
    groups:
      - parameters-optional
    box: debian/contrib-jessie64
    memory: 512
    cpus: 1
    interfaces:
      - auto_config: true
        ip: 10.31.127.31
        network_name: private_network
        type: static

provisioner:
  name: ansible
  config_options:
    ssh_connection:
      pipelining: "True"
  lint:
    name: ansible-lint

scenario:
  name: default

verifier:
  name: testinfra
  lint:
    name: flake8