Opened 11 years ago

Closed 11 years ago

#49 closed task (fixed)

Add capability to create experiment contexts in the GES

Reported by: johren@bbn.com Owned by: divyashri.bhat@gmail.com
Priority: major Milestone: GEC18
Component: Portal Version: WrapUp
Keywords: Cc:
Dependencies:

Description

  • Experimenter creates a new experiment context in which to execute their experiments/tasks.
  • Experiment context has a slice/project and an ID
  • Experiment context gets created in GES.

Change History (5)

comment:1 Changed 11 years ago by johren@bbn.com

Status meeting update: Ready to test once Labwiki integration is complete.

comment:2 Changed 11 years ago by jack.hong@nicta.com.au

deployed to emmy9

comment:3 Changed 11 years ago by johren@bbn.com

Tested with the latest Labwiki code on emmy9:4400. I am not seeing the experiment context get created in GES.

This is the information for my test:
Project = GIMITesting
Context = jo1014Test
Slice = joGIMI1014

This is what I see in GES for project GIMITesting:

johren@emmy9:~$ curl http://localhost:8023/projects/GIMITesting/experiments
{
  "about": "/projects/GIMITesting/experiments",
  "experiments": [
    {
      "uuid": "b668de9d-5a7b-360b-a53b-42063f761da6",
      "href": "/experiments/b668de9d-5a7b-360b-a53b-42063f761da6",
      "name": "geni-dbhat-testop1-2013-10-06T16-50-14-04-00",
      "type": "experiment"
    },
    {
      "uuid": "b668de9d-5a7b-360b-a53b-42063f761da6",
      "href": "/experiments/b668de9d-5a7b-360b-a53b-42063f761da6",
      "name": "geni-dbhat-testop1-2013-10-06T16-50-14-04-00",
      "type": "experiment"
    },
    {
      "uuid": "b668de9d-5a7b-360b-a53b-42063f761da6",
      "href": "/experiments/b668de9d-5a7b-360b-a53b-42063f761da6",
      "name": "geni-dbhat-testop1-2013-10-06T16-50-14-04-00",
      "type": "experiment"
    },
    {
      "uuid": "b668de9d-5a7b-360b-a53b-42063f761da6",
      "href": "/experiments/b668de9d-5a7b-360b-a53b-42063f761da6",
      "name": "geni-dbhat-testop1-2013-10-06T16-50-14-04-00",
      "type": "experiment"
    }
  ]
}

comment:4 Changed 11 years ago by johren@bbn.com

Version: Sprint5WrapUp

comment:5 Changed 11 years ago by johren@bbn.com

Resolution: fixed
Status: newclosed

Verified prior to GEC18.

Note: See TracTickets for help on using tickets.