]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Unit tests: Create User for testing AccessKey
authorZane Bitter <zbitter@redhat.com>
Fri, 14 Jun 2013 10:31:22 +0000 (12:31 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 14 Jun 2013 10:31:27 +0000 (12:31 +0200)
commit84accc898c4415bec32567c5b72186cf44a0506f
treebbf2850397d9e3e530d4c38ac5b3d14c468a6df7
parentf207ad06b82c470054ae3cb72f965921f65f09d2
Unit tests: Create User for testing AccessKey

An AccessKey resource is not independent of its associated User resource,
which must be present in the same stack. Consequently, we need to create a
real User resource that is a member of the same stack in order to test the
AccessKey in a realistic environment.

Change-Id: I4b732c93fe9823552baf65c3f9c87c8ebab061a4
heat/tests/test_user.py