[dts] [PATCH V1] conf/test_case_supportlist : add only support a kind of some nics in support list ison file

Liu, Yong yong.liu at intel.com
Tue Jan 9 14:18:35 CET 2018


Meijuan,
Please also add brief description about hat's the change in the commit log.

Thanks,
Marvin

On 01/08/2018 02:34 PM, zhao,meijuan wrote:
> add some cases only support a kind of some nics
>
> Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
> ---
>   conf/test_case_supportlist.json | 107 ++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 107 insertions(+)
>
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index 3a3e371..75181bc 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -1,4 +1,111 @@
>   {
> +    "vf_vlan_tx": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_25g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],i
> +    "two_vms_prevent_rx_broadcast_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_enalbe_or_disable_one_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_pause_tx_queuse": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_pause_rx_queues": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_add_multi_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
> +    "two_vms_add_or_remove_uta_mac_on_vf": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "niantic"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on niantic"
> +        }
> +    ],
>       "l2pkt_detect": [
>           {
>               "OS": [



More information about the dts mailing list