This group is locked. No changes can be made to the group while it is locked.
Re: running tempest tests
Andrew Grimberg <agrimberg@...>
On Tue, 2015-03-24 at 15:10 -0500, Colin Dixon wrote:
Right now we have tempest tests running against Helium-SR3 whenever thereIn answer to point 2 you can first pull https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.0-SNAPSHOT/maven-metadata.xml and then run the following to get the "weird numbers" needed: xpath maven-metadata.xml '/metadata/versioning/snapshotVersions/snapshotVersion[3]/value/text()' so.. in script form: --[cut]-- wget https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.0-SNAPSHOT/maven-metadata.xml SNAPSHOTVER=`xpath maven-metadata.xml '/metadata/versioning/snapshotVersions/snapshotVersion[3]/value/text()' 2> /dev/null` --[/cut]-- Now you know the actual filename, it's distribution-karaf-${SNAPSHOTVER}.zip We used to do this sort of thingwith the old integration pipeline before it was moved to releng. I'm not certain what they're doing now as I haven't looked -Andy- -- Andrew J Grimberg Systems Administrator The Linux Foundation |
|