Commit a9a6b500 authored by Andrew Walker's avatar Andrew Walker
Browse files

Fix recyclebin test backport

Showing with 2 additions and 2 deletions
+2 -2
......@@ -12,7 +12,7 @@ from protocols import SMB
from time import sleep
apifolder = os.getcwd()
sys.path.append(apifolder)
from functions import PUT, POST, GET, DELETE, SSH_TEST, cmd_test, send_file
from functions import PUT, POST, GET, DELETE, SSH_TEST, cmd_test, send_file, wait_on_job
from utils import create_dataset
from auto_config import ip, pool_name, password, user, hostname, dev_test
......@@ -378,7 +378,7 @@ def test_041_verify_smb_getparm_vfs_objects_share(request, vfs_object):
def test_042_recyclebin_functional_test(request):
with create_dataset(f'{dataset}/subds', {'share_type': 'SMB'}):
with create_dataset(f'{DATASET}/subds', {'share_type': 'SMB'}):
with smb_connection(
host=ip,
share=SMB_NAME,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment