Bugfix: apex_lake: sort json keys for git 77/27477/3
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 25 Jan 2017 00:46:05 +0000 (16:46 -0800)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 8 Feb 2017 06:51:13 +0000 (06:51 +0000)
commit678b3b39b3fbcb0b0dced90a9c9912c40559a1a0
tree4120810b53d2973bc869217d80ad5975010f4932
parenta4241e6e9b121447a50fdfe0d79b322c2e2aaea9
Bugfix: apex_lake: sort json keys for git

experiment_1.yaml.json are in git
and everytime the unnitests are run the
json file is re-generated with a slightly different
key order so it make the git directory dirty.

use sort_keys=True to try to maintain a consistent
json file so git doesn't detect a difference

Change-Id: I7859664e00561e8db032849a6664fb933a36702b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
yardstick/vTC/apexlake/experimental_framework/heat_template_generation.py
yardstick/vTC/apexlake/tests/data/generated_templates/experiment_1.yaml.json
yardstick/vTC/apexlake/tests/data/generated_templates/experiment_2.yaml.json