summaryrefslogtreecommitdiff
path: root/scripts/lib/perl5/QtQA/Proc/Reliable/Strategy/SCP.pm
blob: e2f7c1c71ccccb9e26f3c087cc2537a827726966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2017 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

package QtQA::Proc::Reliable::Strategy::SCP;
use strict;
use warnings;

use base qw( QtQA::Proc::Reliable::Strategy::SSH );

=head1 NAME

QtQA::Proc::Reliable::Strategy::SCP - reliable strategy for scp command

=head1 DESCRIPTION

Currently, this strategy is identical to L<QtQA::Proc::Reliable::Strategy::SSH>.

=cut

1;