1. 13 Jan, 2023 3 commits
    • Eric Turgeon's avatar
      TE-153 / 22.12.1 / Fixing AD netbios, system dataset and deleting dataset test issues (#7578) · 01750213
      Eric Turgeon authored
      * Added a wait for please wait to go away in dataset delete test
      
      * Fixed system dataset change test
      
      * change nas_hostname to use PID instead of random number
      
      pip as less changes to collide with other NAS for UI test
      
      * Changing AD UI test to change the default netbios
      
      The default will collide with other NAS
      
      * Added netbios step into HA AD test
      
      * Fixed the system dataset module in HA T961
      
      * fixed parsers in T962
      01750213
    • Evgeny Stepanovych's avatar
      NAS-119696: Link change · 7fd90925
      Evgeny Stepanovych authored
      7fd90925
    • Eric Turgeon's avatar
      TE-105 / 22.12.1 / Moved back blufine UI test to BDD under scale folder (#7568) · bfe2719f
      Eric Turgeon authored
      * Bring latest Angelfish changes
      
      * Added xpathx module to scale test start to update SSH test
      
      * Fixed interface test and updated xpaths in some other UI test
      
      * Updating add user UI text and xpath on other test with sourced xpath
      
      * Updated change user test and updated related xpath in other test
      
      * Updated change user test and updated related xpath in other test
      
      * Updated steps in T1071 test case and updates some xpaths
      
      * Fixed xpaths.py
      
      * Moved xpath.py and function.py undd bdd for ha-bhyve and scale test
      
      This is to remove duplicate of code in between ha-bhyve and scale test
      
      * Updated xpaths in T1071 and other test that use the same xpaths
      
      * Updated T1087 xpaths and other related test
      
      * Updated T1087 xpaths and other related test xpaths
      
      * updated T1091 xpaths
      
      * updated T1093 xpaths
      
      * updated T1094 xpaths
      
      * Fixed T1096 and T1097
      
      * Update T1098 xpaths with sourced xpaths and delete pass test duplicate
      
      * Updated xpaths in T1099 and T1100
      
      * Change FreeNAS for TrueNAS in given steps
      
      * Updated wipe disk test steps and xpaths
      
      * Fixed Set DNS and static IP test steps
      
      * Updated T1102 test cases xpaths and related test cases xpaths
      
      * Fixed and updated T1100 and fixed progressbar wait on all user test
      
      * Update AD setup test case steps and xpaths
      
      * Fixed step in T1100
      
      * Fixed email tests and root sshkey test
      
      * Adding T1108 Create an Active Directory dataset on a system dataset pool
      
      Also updated xpath in related test.
      
      * rework SMB with AD dataset test
      
      * Remove duplicated test
      
      * moved AD smb test to T1120 and Added add ACL item to T1119
      
      Fixed Xpath issues and steps
      
      * Fixed and updated T1125 and related test
      
      * fixed enabled function in T1120
      
      * Changed the root group to wheel in T1089 test fixed some enabled xpaths
      
      * Updated steps in T1108
      
      * Fixed and updated steps, xpaths and code in T1126
      
      * Fixed scenario in T1133
      
      * Revert wheel change in T1089
      
      * Fixed and updated steps, xpaths and code in T1131
      
      * Fixed and updated steps, xpaths and code in T1134
      
      * Fixed and updated steps, xpaths and code in T1129
      
      * Fixed issues
      
      * Fixed and updated T1133 steps and xpath fixed LDAP SMB test issue
      
      And fixed pool in T1131 and T1134
      
      * fix syntax in T1133
      
      * Added proper results for "verify that the file is not is in the dataset"
      
      * Fixed and updated T1133 steps and xpath
      
      * Updating and fixing T1138
      
      * Updated and fixed steps and xpath in T1215
      
      * Fixed xpaths in T1223
      
      * Fixed permission_edit_button xpath
      
      * Removed T1241 it has been removed from the UI.
      
      * Sorced some xpaths in T1242
      
      * Fixed the steps in T1242
      
      * Updated T1243 steps and xpaths
      
      * Fixed a step in T1243
      
      * Updated and fixed T1244 steps and xpaths
      
      * Fixed and updated T1247
      
      * Updated and fixed steps and xpaths in T1249
      
      * Updated and fixed steps and xpaths in T1250
      
      * Fixed xpaths in T1251
      
      * Fixed xpaths in T1252
      
      * Fixed xpaths in T1253
      
      * Sourced xpaths in T1255
      
      * Fixed and sourced xpaths in T1256
      
      * Fixed and sourced xpaths in T1257
      
      * Fixed wrong xpaths in certificates test.
      
      * fixed HA root Aux Group
      
      * fixed missing xpaths.groups.edit_button
      
      * Removed confirm checkbox in T1262
      
      * Improve the last step of T1215
      
      * Adding an extra verification for the dashboard to ensure it is loaded
      
      * fixed the delete button in T1262, T1264 and T1266
      
      * improved some certificates tests
      
      * fixed issue in ldap dataset test
      
      * for group test replace popup.pleaseWait by progress.progressbar
      
      * Ensure that xpaths.sideMenu.dashboard clickable before clicking it
      
      * Fixed T1285 xpaths and related test xpaths
      
      * Fixed and updated xpaths in T1286
      
      * Fixed xpaths and updated steps in T1287
      
      * Fixed xpaths and updated steps in T1341
      
      * Remove click close in T1286 last step
      
      * Fixed xpaths and updated steps in T1342 and xpaths in related test
      
      * Fixed xpaths and updated steps in T1343
      
      * Fixed xpaths and updated steps in T1344
      
      * Fixed xpaths and updated steps in T1345
      
      * Replaced xpaths.popup.pleaseWait by xpaths.progress.progressbar in T1130
      
      * Fixed xpaths and updated steps in T1346
      
      And moved a step from T1346 in T1344
      
      * Added step in T1104 to remove nameserver 2 and 3
      
      A AD system can only have the AD ip has nameserver and no other name server
      
      * Adding steps to unset AD configuration T1120
      
      * Fixed missing driver fixture in T1341
      
      * Fixed network click
      
      * Fixed xpaths and updated steps in T1353
      
      * Updated the steps in T1356
      
      * Fixed xpaths in T1356
      
      * Fixed xpaths and updated steps in T1357 and updated
      
      * Added home directory while creating qetestuser in T1253
      
      * Fixed xpaths and updated steps in T1237 and updated
      
      * Added code to change shell from nologin to bash in T1253
      
      * Fixed user shell verification in T1068
      
      * Fixed pool name in T961
      
      * Add longer wait for App installation test
      
      * Removing scale and scale-validation from bdd UI test
      bfe2719f
  2. 12 Jan, 2023 6 commits
  3. 10 Jan, 2023 2 commits
  4. 09 Jan, 2023 1 commit
  5. 08 Jan, 2023 2 commits
  6. 05 Jan, 2023 2 commits
  7. 29 Dec, 2022 1 commit
  8. 28 Dec, 2022 2 commits
  9. 26 Dec, 2022 2 commits
  10. 25 Dec, 2022 3 commits
  11. 20 Dec, 2022 1 commit
  12. 19 Dec, 2022 2 commits
  13. 13 Dec, 2022 1 commit
  14. 12 Dec, 2022 1 commit
  15. 09 Dec, 2022 1 commit
  16. 08 Dec, 2022 3 commits
  17. 07 Dec, 2022 1 commit
  18. 06 Dec, 2022 2 commits
  19. 05 Dec, 2022 1 commit
  20. 02 Dec, 2022 2 commits
  21. 01 Dec, 2022 1 commit