skupperproject/skupper-ansible#81
Note that the test has listener and container on the same namespace with the same routingKey. The intention is simply to have the listener match so it opens the port.
To run the test:
ansible-playbook -i SOME_IP, ./main.yaml -e skupper_platform=podman -vv
ansible-playbook -i localhost, ./main.yaml -e skupper_platform=kubernetes -vv -e kubeconfig=$KUBECONFIG
One of the last tasks of the test is to list the resources in all namespaces. See that the 'asdf' resources end up created on the default namespace, for non-kube, whereas the kube playbook fails straight away.