Skip to content
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

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Add test 2847 #3394

merged 2 commits into from
Oct 25, 2023

Conversation

maryvictol
Copy link
Collaborator

This PR adds testcase and e2e-test for Introduce extended attributes support in pipe fuse #2847

@maryvictol maryvictol added the sys/e2e Issues related to the e2e tests automation label Oct 25, 2023
Copy link
Collaborator

@NShaforostov NShaforostov left a 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* | |
Copy link
Collaborator

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'.

Copy link
Collaborator Author

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` |
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@maryvictol maryvictol merged commit a120ca9 into develop Oct 25, 2023
4 checks passed
@maryvictol maryvictol deleted the gui_test_2847 branch October 25, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sys/e2e Issues related to the e2e tests automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants