Здравствуйте, вопрос, возможно кто-то способен помочь с выполнением проекта. Вполне возможно за гонорар.
Please try to use OOP style, Linux knowledge!
Design a set of test cases for owner/permission/content modification testing of NFS4 file system.
Implement designed test cases as testing application (test suite). E.g. all tests are stored in “tests” folder and there is “main” file which run all tests and produces an output.
The results of the task are:
1. Test documentation. Use the following format:
a. Name of test case
b. Description
c. Steps
d. Expected result of each step
2. Source code of test suite
3. Logs of the latest successful tests execution
Test case example:
Test name: Change file attributes to disable run, enable it, disable again. Description: test verifies that after several disable, enable actions permissions set to last value.
Acceptance criteria:
1. At least 8 test cases have to be created
2. At least 2 test cases for ACL management verification (optional)
3. Test documentation
4. Test Suite has to prepare and clean environment
5. Keep logs in log file. Short summary should be printed at the end of testing. E.g.:
· TC001: Passed
· TC002: Failed
· TC003: Passed
6. Should be executable at any Unix-like system
7. Please use comments in the code