Returns features and their states.
def test_fun(duthosts, rand_one_dut_hostname):
duthost = duthosts[rand_one_dut_hostname]
features_states, succeeded = duthost.get_feature_status()
This function takes no arguments
Returns a tuple:
- A dictionary mapping feature name to their state of the form:
{FEATURE_NAME}-enabledordisabled Trueif method succeeded,Falseotherwise