-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60412/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-7671
https://issues.apache.org/jira/browse/MESOS-7671
Repository: mesos
Description
-------
Add a case to verify that the effective framework capabilities
must be within the bounding framework capabilities.
Check that setting the framework capabilities to something that
is insufficient to execute ping overrides the operator flags and
fails.
Check that setting the framework bounding capabilities to allow
ping overrides the operator flags and succeeds.
Check that setting the framework effective and bounding
capabilities to allow ping overrides the operator flags and
succeeds.
Diffs
-----
src/tests/containerizer/linux_capabilities_isolator_tests.cpp
5982c33a7493832c41cf89f9a78375167c1064bd
Diff: https://reviews.apache.org/r/60412/diff/1/
Testing
-------
make check (Fedora 25)
Thanks,
James Peach