

def _chan(channel):
    NEW_CHANNEL_NAME = '/dev/virtio-ports/ovirt-guest-agent.0'
    if os.path.exists(NEW_CHANNEL_NAME):
        return NEW_CHANNEL_NAME
    return channel
