diff --git a/roles/xmpp_server/molecule/default/molecule.yml b/roles/xmpp_server/molecule/default/molecule.yml index 058d724fa79b3d451f36d54f211fe8beaf44eea2..b79d7b3d5b8e4c0025ca5140173f81c878265002 100644 --- a/roles/xmpp_server/molecule/default/molecule.yml +++ b/roles/xmpp_server/molecule/default/molecule.yml @@ -31,59 +31,6 @@ platforms: type: static - # Debian 11 Bullseye - # ================ - - - name: client-bullseye - groups: - - clients - - bullseye - # Use Bookworm client box for testing Bullseye servers to avoid - # duplication of test code in test_client.py due to missing - # functional build of go-sendxmpp for the Bullseye release (glibc - # mismatch in prebuilt package). - box: debian/bookworm64 - memory: 256 - cpus: 1 - provider_raw_config_args: - - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - interfaces: - - auto_config: true - ip: 192.168.56.41 - network_name: private_network - type: static - - - name: parameters-mandatory-bullseye - groups: - - parameters-mandatory - - bullseye - box: debian/bullseye64 - memory: 512 - cpus: 1 - provider_raw_config_args: - - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - interfaces: - - auto_config: true - ip: 192.168.56.51 - network_name: private_network - type: static - - - name: parameters-optional-bullseye - groups: - - parameters-optional - - bullseye - box: debian/bullseye64 - memory: 512 - cpus: 1 - provider_raw_config_args: - - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" - interfaces: - - auto_config: true - ip: 192.168.56.52 - network_name: private_network - type: static - - # Debian 11 Bookworm # ==================