Fix the typo of '==' (comparison) to '=' assignment in
CgroupMount::__init__.
Fixes: 52b196c2f4f3c ("ftests/cgroup: Add support for favordynmods")
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
# cgroup v1 will append mount points with favordynmods,
# remove it.
if self.controller == 'favordynmods':
- self.controller == entries[3].split(',')[-2]
+ self.controller = entries[3].split(',')[-2]
if self.controller == 'clone_children':
# the cpuset controller may append this option to the end