The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Nuvol::Test::ConnectorLive - Live test functions for Nuvol drives

SYNOPSIS

    use Nuvol::Test::DriveLive ':all';
    use Nuvol::Test::DriveLive ':build';    # build_test_drive

    my $drive = build_test_drive $service;

    test_basics;

DESCRIPTION

Nuvol::Test::DriveLive provides live test functions for Nuvol drives.

See ConnectorLive for instructions how to activate live tests.

FUNCTIONS

build_test_drive

    $drive = build_test_drive $service;

Returns a Nuvol::Drive for the specified service, using the config file defined in the environment variable.

test_basics

    test_basics $drive, $service;

Tests the basic functionality of the drive.

SEE ALSO

Nuvol::Drive, Nuvol::Test, Nuvol::Test::Drive.