Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
a9a6b500
Commit
a9a6b500
authored
2 years ago
by
Andrew Walker
Browse files
Options
Download
Email Patches
Plain Diff
Fix recyclebin test backport
parent
d0ed2385
truenas/13.3-stable
13.1-smb-testing
13.1-test_425
NAS-124317-13.1
adjust-dcerpcd-kill
awalker_testing_core
expand-failure-scenarios
fix-collectd-daemon
truenas/13.0-stable
TN-13.0-U6.1
TN-13.0-U6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/api2/test_420_smb.py
+2
-2
tests/api2/test_420_smb.py
with
2 additions
and
2 deletions
+2
-2
tests/api2/test_420_smb.py
View file @
a9a6b500
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help