コード例 #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)
コード例 #2
0
ファイル: files_steps.py プロジェクト: jaunis/xivo-acceptance
def then_asterisk_sound_files_correctly_installed(step):
    assert not sysutils.dir_is_empty(ASTERISK_SOUND_PATH)
コード例 #3
0
ファイル: files_steps.py プロジェクト: jaunis/xivo-acceptance
def then_asterisk_sound_files_correctly_installed(step):
    assert not sysutils.dir_is_empty(ASTERISK_SOUND_PATH)
コード例 #4
0
ファイル: files_steps.py プロジェクト: jaunis/xivo-acceptance
def then_directory_of_the_asterisk_voicemail_is_empty(step):
    assert sysutils.dir_is_empty(ASTERISK_VM_PATH)
コード例 #5
0
ファイル: files_steps.py プロジェクト: jaunis/xivo-acceptance
def then_directory_of_the_asterisk_voicemail_is_empty(step):
    assert sysutils.dir_is_empty(ASTERISK_VM_PATH)