new fields for IdentityFileModel
To Test:
In one terminal, type
$ make dockerbuilddev
$ make dockerup
After this, in another terminal, type
$ make dockertest
Both local and remote tests should run with no fails.
Finish by typing
$ make dockercleanall
which will stop all containers, then remove all containers, images, and volumes.
Work Done:
-
custodian
andexecutor
roles in modelIdentityFileModel
- test new model
- make migrations
Edited by Borreguero Calvo, Jose