...
git clone https://github.com/lf-edge/eden.git
cd eden
make build
Set up Eden
eden config add default
Set up Eden
eden setup
eden start
eden eve onboard
eden status
/// Expecting onboarded eve
...
eden log/info/metric
// Expect logs
// ItGenerally it's not sufficient – we must have detector which may wait some items during timeout accordingly requests similar to 'eden log/info/metric'
// Actually we have such tests in https://github.com/itmo-eve/eden/tree/lim_monitors
+ Check ssh
eden eve ssh
// TODO
+ Add docker containers
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 detector that will monitor the transition of the container/VM to the specified state during the selected timeout.
/// Expecting running containers
// Check that we can access nginx running containers
// Check that we can 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
...
+ Eden stop
eden stop
eden status
// All Eden services and Eve are expected to stop