Skip to content

Commit

Permalink
CBQE-7125: Add import for RemoteUtilHelper
Browse files Browse the repository at this point in the history
There are tests that rely on RemoteUtilHelper, which is not imported in
mad-hatter, causing failures.

Change-Id: I362fc388a57f064aaaf9e2ff66cbd43f4288cb2c
Reviewed-on: http://review.couchbase.org/c/testrunner/+/157599
Tested-by: Joe Mitchell Jones <joe.mitchelljones@couchbase.com>
Reviewed-by: Thuan Nguyen <soccon@gmail.com>
  • Loading branch information
Joe Mitchell Jones authored and saigon committed Jul 15, 2021
1 parent 2ce285d commit 4e56805
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
import BackupRestoreValidations
from membase.helper.bucket_helper import BucketOperationHelper
from membase.helper.cluster_helper import ClusterOperationHelper
from remote.remote_util import RemoteMachineShellConnection
from remote.remote_util import RemoteMachineShellConnection, RemoteUtilHelper
from membase.api.rest_client import RestHelper, RestConnection, \
Bucket as CBBucket
from couchbase_helper.document import View
Expand Down

0 comments on commit 4e56805

Please sign in to comment.