Differences between revisions 6 and 48 (spanning 42 versions)
Revision 6 as of 2011-01-18 14:20:52
Size: 1661
Editor: jrg
Comment:
Revision 48 as of 2011-01-26 10:57:07
Size: 2593
Editor: abr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
|| '''Test, question to be answered''' || '''Answer (yes/no)''' || If no, what went wrong? ||
|| [[#test1|Test 1]]: Does preingester produce proper output files? || to be tested.. || ||
|| '''Step''' || '''Test succeeded (yes/no)''' || '''If no, what went wrong?''' ||
|| [[RadioTVStageTestStartTomcat|Start tomcat - is the DOMS running?]] || yes (2011-01-20) || ||
|| [[RadioTVStageTestStartIngester|Start the ingester - does it run properly?]]|| yes (2011-01-20) || ||
|| [[RadioTVStageTestStartPreingester|Start the pre-ingester - does it run properly?]] || NO.. (2011-01-24) || 1. apparently it was run for only 2010, not 2009. 2. 100fm not preingested, channel-mappings should be updated in prod ||
|| [[RadioTVStageTestVerifyIngest|Verify that all pre-ingest files have been successfully ingested in the DOMS.]] || yes (2011-01-24) || ||
|| [[RadioTVStageTestVerifyClipping|Verify that we can clip a media file out from an ingested object]]|| yes (2011-01-25) (not tested that the cutout is the correct, just that it cuts) || ||
|| [[RadioTVStageTestVerifySearch|Verify that the ingested objects can be found by search and played in the web browser]] || to be tested.. || ||
|| [[RadioTVStageTestTestTimedOutTicket|Verify that the ticket system can in fact able to time out tickets.]] || to be tested.. || ||
|| [[RadioTVStageTestTestInvalidTicket|Verify that invalid tickets will not allow a user to stream the video]] || to be tested.. || ||
|| [[RadioTVStageTestSecuritySystem|Verify that systems will not allow a wrong ip to watch the videos]] || to be tested.. || ||
Line 9: Line 18:
''In the explanations of the tests below, "Run the needed scripts" will be performed by maintenance in STAGE, whereas "Inspect the results" will be performed by DOMS / DigiTV / Summa people.'' [[HowToCountPublishedRadioTVProgramObjectsInFedora|How to count published radioTV program objects in Fedora]]
Line 11: Line 20:
<<Anchor(test1)>>
== Test 1: Does preingester produce proper output files? ==
=== Run the needed scripts ===
In STAGE, on the machine where DigiTV is installed, in directory {{{digitv/bin}}} do the following
{{{
  ./run_preingest.sh <hotfolder> 2010-03-01 2010-03-08 100fm dr1 drhd
  ./run_preingest.sh <hotfolder> 2009-03-01 2009-03-08 100fm dr1 drhd
}}}
where {{{<hotfolder>}}} is the folder which the ingester reads from.
=== Inspect the results ===
 1. Check that files have been created in the hotfolder for the given dates and channels.
 1. For one xml-file for {{{100fm}}}, make a random check that it contains data inside CDATA tags as the title tag shown below, and that it has atleast one file-tag at the end, containing a file-url and a file-name. {{{
 <pbcoreTitle>
                <title><![CDATA[<Something in here !!!!>]]></title>
                <titleType><![CDATA[titel]]></titleType>
 </pbcoreTitle>
}}}
 1. As done for {{{100fm}}}, do the same for {{{{dr1}}} and {{{drhd}}}.
<<BR>>
The machines used for stage-testing are the folowing:
 * {{{stage01}}} aka {{{tethys}}}, user {{{doms}}} - used for lowlevelbitstorage
 * {{{stage02}}} aka {{{helene}}}, user {{{develro}}} - real user {{{fedora}}} - used for digitv and ingester
 * {{{stage05}}} aka {{{epimetheus}}}, user {{{develro}}} - used for the DOMS-portal aka web frontend
 * {{{debit}}}, user {{{develro}}}, real user {{{summahst}}} - used for doms/summa backend (perhaps frontend as well?)
 * {{{carme}}}, user {{{develro}}}, real user {{{doms}}} - used for the doms testbed
 * {{{adrasthea}}}, user {{{develro}}}, real user {{{bess}}} and {{{wowza}}} - used for BES and Wowza
Line 30: Line 29:
<<Anchor(testX)>>
== Test X: ...? ==
=== Run the needed scripts ===
=== Inspect the results ===
''..describe test..''
The machines used for internal DOMS test are:
 * {{{alhena}}}, user {{{fedora}}} - DOMS test machine
 * {{{iapetus}}}, user {{{doms}}} or {{{larm}}} - used for tests of BES and Wowza
 * {{{digitv-test-acs}}}, user {{{fedora}}} - used for testing DigiTV

STAGE-Test of DOMS RadioTV System

High-level overview of tests in STAGE:

Step

Test succeeded (yes/no)

If no, what went wrong?

Start tomcat - is the DOMS running?

yes (2011-01-20)

Start the ingester - does it run properly?

yes (2011-01-20)

Start the pre-ingester - does it run properly?

NO.. (2011-01-24)

1. apparently it was run for only 2010, not 2009. 2. 100fm not preingested, channel-mappings should be updated in prod

Verify that all pre-ingest files have been successfully ingested in the DOMS.

yes (2011-01-24)

Verify that we can clip a media file out from an ingested object

yes (2011-01-25) (not tested that the cutout is the correct, just that it cuts)

Verify that the ingested objects can be found by search and played in the web browser

to be tested..

Verify that the ticket system can in fact able to time out tickets.

to be tested..

Verify that invalid tickets will not allow a user to stream the video

to be tested..

Verify that systems will not allow a wrong ip to watch the videos

to be tested..

How to count published radioTV program objects in Fedora


The machines used for stage-testing are the folowing:

  • stage01 aka tethys, user doms - used for lowlevelbitstorage

  • stage02 aka helene, user develro - real user fedora - used for digitv and ingester

  • stage05 aka epimetheus, user develro - used for the DOMS-portal aka web frontend

  • debit, user develro, real user summahst - used for doms/summa backend (perhaps frontend as well?)

  • carme, user develro, real user doms - used for the doms testbed

  • adrasthea, user develro, real user bess and wowza - used for BES and Wowza

The machines used for internal DOMS test are:

  • alhena, user fedora - DOMS test machine

  • iapetus, user doms or larm - used for tests of BES and Wowza

  • digitv-test-acs, user fedora - used for testing DigiTV

Stage-Test of DOMS RadioTV System (last edited 2011-02-11 10:33:15 by jrg)