AleksNeStu / Testing_Automation_Framework__NFS4

Testing Automation Framework of NFS4 (file system) for Linux-systems (Python, Bash). Research work with documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

main window of program

main window of program

PLANS:

  • implement the option in main menu: "Check test environment";
  • implement the option in main menu: "Run all tests";
  • Add more test cases to test #4 "The complex test for owner/permission/content modification of NFSv4 file system [POSIX]"
  • implement test #5 "NFSv4 - Stress test for a large number of random operations setting ACEs [NFSv4 ACLs]" *** nfs4_setfacl, nfs4_editfacl
  • implement the option in main menu: "Run all tests"
  • add logging in all modules (now only in module test 4 for example)!!!

LICENSE

Free for personal use:)

  1. The brief overview of the project: ===================================== Test cases for automatic testing of NFSv4 file system on Linux-like systems. Subject of testing: content, ACLs (Access Control Lists), etc.

  2. Project description: ======================= The structure of the project:

  • "./RFC/" - the directory which contains RFC documents about NFSv4 and ACLs;
  • "./cursesmenu/" - the directory which contains python module "The simple console menu system using the curses library";
  • "./logs/" - the directory which contains the execution results (log-files in text format) [log_run.log, log_result.log];
  • "./payload/" - the directory which contains a set of tests (each file is a separate test) *** can be supplemented;
  • "./Readme.pdf" - the full description of my work with the project and useful info [Intro, NFSv4, ACLs, Test task, Test Implementation];
  • "./Screen.png" - the program's appearance;
  • "./run.py" - the main file [MENU: Read Help, Check test environment, Run test cases (5 tests), Exit].

Help:

In order quick start run "./run.py" and and navigate on it. -Read Help @Run to see this help:) -Check test environment @Run to step-by-step to run the test client and server on the possibility of testing -Run test cases (5 tests, Exit] @Run to execute test separately and all at once -Test #1: NFSv4 test case [Limits the length of the ACLs attributes] -Test #2 - *** -Test #3 - *** -Test #4 - *** -Test #5 - *** -Test #1..5 - *** -Exit - Exit from program @Run to exit from program

The technologies of the project:

  • Linux-like systems (e.q. Fedora 23 x86-64, RHEL 7.2 x86-64);
  • Python with 2.7 interpreter with standart library + addition local modules;
  • Bash-scripting (use in Python code);
  • IDE (Pycharm 2016.1 + Plugins);
  • Editor (Sublime Text 3).
  1. Technical requirements ========================= In order to run the tests:
  • Linux-like system (preferably RedHat-base with support of NFS4);
  • Tools + settings (according "Readme.pdf" file);
  • Python interpreter 2.x or 3.x (preferably v.2.7) + additions modules (according "Readme.pdf" file); In order to clone the project from git-hub: https://github.com/AleksNeStu/NFSv4.git:
  • internet-connection :) In order to view the full description documentation file "Readme.pdf":
  • any pdf viewer or browser. A little time and desire...
  1. Useful references: =====================
  1. Contacts: ============ mail: Private Skype: Private

CONCLUSION:

Thank you all, I believe that Linux-solutions and Python are very useful technology for all people of all ages... Enjoy and have a nice day:) See you soon!!!

About

Testing Automation Framework of NFS4 (file system) for Linux-systems (Python, Bash). Research work with documentation.


Languages

Language:Python 100.0%