Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Requests regarding Eclipse Lyo Test Suites (from a vendor developing an OSLC Provider)

Samit,

1) We have an enhancement in our backlog to support 2-legged OAuth in the test suite. I believe it's a fairly straight-forward change. Will this satisfy your need?

https://bugs.eclipse.org/bugs/show_bug.cgi?id=386480

2) There are more detailed instructions in org.eclipse.lyo.testsuite.server/asessment/documentataion/. I'm not sure if they fully cover running the tests from the command line, however. You should be able to do it this way, though (from the troubleshooting section 6.3.4), using RTC as an example.

One time setup:

$ mkdir -p ~/.ant/lib
$ cp /path/to/ant-contrib-1.0b3.jar ~/.ant/lib

Then run:

$ cd org.eclipse.lyo.testsuite.server/assessment/cm/
$ ant -f rtc-assessment-test.xml -Dprops=../../config/rtc/rtc-setupv2.properties junitreport

--
Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
Eclipse Lyo: Enabling tool integration with OSLC


Inactive hide details for Samit Mehta---01/09/2014 11:59:50 AM---I want to pass on the following requests (or questions) from aSamit Mehta---01/09/2014 11:59:50 AM---I want to pass on the following requests (or questions) from a vendor that is developing an OSLC Pro


    From:

Samit Mehta/San Francisco/IBM@IBMUS

    To:

lyo-dev@xxxxxxxxxxx

    Date:

01/09/2014 11:59 AM

    Subject:

[lyo-dev] Requests regarding Eclipse Lyo Test Suites (from a vendor developing an OSLC Provider)

    Sent by:

lyo-dev-bounces@xxxxxxxxxxx




I want to pass on the following requests (or questions) from a vendor that is developing an OSLC Provider.  I have paraphrased the requests.

1) The vendor is only planning to support OAuth and form-based authentication in the implementation of an OSLC Provider.  Are there plans to support OAuth and/or Form-based authentication from the Eclipse Lyo Test Suites?  If yes, when will the support be added.  If no, could someone provide some guidance on how to modify the Test Suites in order to support OAuth and/or Form-based authentication.


2) The vendor would like to run the Eclipse Lyo Test Suites junit tests in an automated fashion.  Is there any guidance on how to run the tests using command line or some automation tool?



Regarding #1, I had indicated to the vendor that the current version of Eclipse Lyo Test Suites only supports OSLC providers that support Basic Authentication.  Was I right about that?  I noticed that there is an open bug to support OAuth:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360184

Regarding #2, I am assuming that one can run the Test Suites using git command line (to download) and maven command line (to build/run).  Am I on the right path?   I did open a bug to request documentation on this, since I am sure that there will be others who could use this information:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=425209

Sincerely,

___________________________________________________________________________
Samit Mehta
Lead Architect, ISV Enablement & Ready for IBM Rational software validation
IBM Rational Software - Business Development

mailto:samit.mehta@xxxxxxxxxx
_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image


Back to the top