diff options
author | Oleg Fayans <ofayans@redhat.com> | 2016-03-18 15:45:42 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-03-22 13:48:45 +0100 |
commit | c2042900382190b1c9d7a44bd719cacd804749b3 (patch) | |
tree | 3cf667771e68989ef89d23f1aeb325edba0a50af /ipatests | |
parent | e7e1b8c58ed592e8957b4a25838a9e7814ddd01a (diff) | |
download | freeipa-c2042900382190b1c9d7a44bd719cacd804749b3.tar.gz freeipa-c2042900382190b1c9d7a44bd719cacd804749b3.tar.xz freeipa-c2042900382190b1c9d7a44bd719cacd804749b3.zip |
Added copyright info to replica promotion tests
https://fedorahosted.org/freeipa/ticket/5723
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r-- | ipatests/test_integration/test_replica_promotion.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_replica_promotion.py b/ipatests/test_integration/test_replica_promotion.py index 45bfdd22e..c44cafb5f 100644 --- a/ipatests/test_integration/test_replica_promotion.py +++ b/ipatests/test_integration/test_replica_promotion.py @@ -1,3 +1,7 @@ +# +# Copyright (C) 2016 FreeIPA Contributors see COPYING for license +# + from ipatests.test_integration.base import IntegrationTest from ipatests.test_integration import tasks from ipatests.test_integration.test_caless import assert_error |