Blame ci.fmf

fab352
---
fab352
/test/build/smoke:
fab352
  execute:
fab352
    how: shell
fab352
    commands:
fab352
      - dnf -y install httpd curl
fab352
      - systemctl start httpd
fab352
      - echo foo > /var/www/html/index.html
fab352
      - curl http://localhost/ | grep foo