1
0

test_profile.py 216 B

1234567
  1. # -*- coding: utf-8 -*-
  2. def test_config_profile(pepper_cli, session_minion_id):
  3. '''Test the using a profile'''
  4. ret = pepper_cli('*', 'test.ping', profile='pepper')
  5. assert ret[session_minion_id] is True