April 2017
Intermediate to advanced
470 pages
11h 12m
English
Once our first image is successfully built and uploaded to Glance, we can start planning for test benchmarking scenarios and evaluate results. By default, a variety of scenario catalogs come along the installation of Shaker which can be found under /lib/python2.7/site-packages/shaker/scenarios/.
A Shaker scenario can be described in a YAML file in which few parameters will define what type of deployment and the list of tests that will be executed. Before starting our real benchmark scenario, let's summarize how a scenario file looks like:
title: ... description: ... deployment: template: ... accommodation: [..., ...] execution: progression: ... tests: - title: ... class: ... method: ... - ...
Where the following ...
Read now
Unlock full access