Versions Compared

Key

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

...

eden pod deploy -p 8028:80 docker://nginx
eden pod deploy -p 8027:80 docker://nginx
eden pod ps 
/// ForExpecting this test, we need to implement a detectorrunning containers
// Check that willwe monitorcan the transition of the container/VM to the specified state during the selected timeout.
/// Expecting running containers
// Check that we can access nginx access nginx
// TODO -- current docker_test.go must be modified for setting of ports/names as parameters

 + Kill docker containers 


eden pod remove <name>
eden pod remove <name> eden pod ps // We need corresponded detectoreden pod ps
// TODO -- current docker_test.go must be modified for setting of ports/names as parameters

//Expecting nothing is displayed

...