Exemplo n.º 1
0
def then_directory_at_the_dhcpd_update_not_empty(step):
    DHCPD_UPDATE_DIR = '/etc/dhcp/dhcpd_update'
    assert not sysutils.dir_is_empty(DHCPD_UPDATE_DIR)
Exemplo n.º 2
0
def then_asterisk_sound_files_correctly_installed(step):
    assert not sysutils.dir_is_empty(ASTERISK_SOUND_PATH)
Exemplo n.º 3
0
def then_asterisk_sound_files_correctly_installed(step):
    assert not sysutils.dir_is_empty(ASTERISK_SOUND_PATH)
Exemplo n.º 4
0
def then_directory_of_the_asterisk_voicemail_is_empty(step):
    assert sysutils.dir_is_empty(ASTERISK_VM_PATH)
Exemplo n.º 5
0
def then_directory_of_the_asterisk_voicemail_is_empty(step):
    assert sysutils.dir_is_empty(ASTERISK_VM_PATH)