-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test 2847 #3394
Add test 2847 #3394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the minor notes before the merge, please (see the comments).
| 1 | Login as the admin user from the prerequisites | | | ||
| 2 | Open the Tools page | | | ||
| 3 | Select `centos` tool | | | ||
| 4 | Run tool with *Custom settings* | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to change the step to 'Launch the tool on on-demand instance'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| 8 | In the opened tab, enter and perform the command `yum install attr` | | | ||
| 9 | In the opened tab, enter and perform the command `setfattr -n user.key1 -v value1 cloud-data/storage1/file1` | | | ||
| 10 | In the opened tab, enter and perform the command `setfattr -n user.key2 -v value2 cloud-data/storage1/file1` | | | ||
| 11 | Enter and perform the command `getfattr cloud-data/storage1/file1` | The output contains <br> `file: cloud-data/storage1/file1` <br> `user.key` <br> `user.key2` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file: cloud-data/storage1/file1
user.key
Fix to:
file: cloud-data/storage1/file1
user1.key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
This PR adds testcase and e2e-test for Introduce extended attributes support in pipe fuse #2847