Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Project: Project Simple AFS
    • maintain (sakaiinst1, sakaiinst2, sakaita1, sakaita2)
    • access (sakaistu1, sakaistu2, sakaistu3, sakaistu4)
  • Course: Course Simple AFS
    • Instructor (sakaiinst1, sakaiinst2)
    • TA (sakaita1, sakaita2)
    • Student (sakaistu1, sakaistu2, sakaistu3, sakaistu4)

The following tests are done by the QA team

Testing tools that rely on the resources service/tool and or implemented their own resource solution

...

  • Functionality:
    • There are a number of tools/services in Sakai that use the Sakai resources tool/service API. These tools are:
      • Administration Workspace: Site Archive Tool
      • Drop Box
      • Syllabus Attachments (Resources Picker)
      • Message Center Attachments (Resources Picker)
      • Schedule Attachments (Resources Picker)
      • Announcement Attachments (Resources Picker)
      • rWiki resource link (Resources Picker)
      • Assignments Attachments (Resources Picker)
  • How To Test:
    • Test the following:
      • Site Archive Tool
      • Drop Box
      • One or two of the remaining tools that use Attachments via the Resources Picker
  • Expected Outcome:
    • Site Archive Tool
      • Being able to archive a site. Archived site is stored at "/var/sakai/archive" --> "/afs/.ucdavis.edu/app/sakai/misc/archive/smartsite"
    • Drop Box:
      • Stores content in "/var/sakai/content/vol[1-5]" --> "/afs/.ucdavis.edu/app/sakai/misc/content/smartsite/vol[1-5]"
    • Attachments (Resources Picker)
      • Stores content in "/var/sakai/content/vol[1-5]" --> "/afs/.ucdavis.edu/app/sakai/misc/content/smartsite/vol[1-5]"

The following tests are done by the sakai programming team

UCD White List Job, Set Provider Id Job, Course Batch Job, Black List Service

  • Functionality:
    • The above tools help us to create courses on demand, prevent creating the same course more than once, setting a provider id for a course, and create courses for a specific termYear and termID. The relevant files are located in:
      • "/var/sakai/ucd-data" – > "/afs/.ucdavis.edu/app/sakai/misc/ucd-data/smartsite"
  • How To Test:
    • Run one of the above JOBs. Depending on the job, it should either be able to read the white-list.txt, black-list.txt, and or provider-id.txt file from the above location.
  • Expected Outcome:
    • Job runs without any errors showing up in tomcat's catalina.out

...

Testing different error scenarios

...