summaryrefslogtreecommitdiffstats
path: root/kernel/lib/fdt_empty_tree.c
blob: 5d30c58150ad93621c32cf5658ed7cdf2592fd42 (plain)
1
2
#include <linux/libfdt_env.h>
#include "../scripts/dtc/libfdt/fdt_empty_tree.c"
gic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
##############################################################################
# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---

schema: "yardstick:task:0.1"
description: >
    Yardstick TC014 config file;
    Measure Processing speed using unixbench.

scenarios:
-
  type: UnixBench
  options:
    run_mode: 'verbose'
    test_type: 'dhry2reg'
  host: Chang'e.yardstick-TC014

  runner:
    type: Iteration
    iterations: 1
    interval: 1

context:
  name: yardstick-TC014
  image: yardstick-image
  flavor: yardstick-flavor
  user: ubuntu

  servers:
    Chang'e:
      floating_ip: true

  networks:
    test:
      cidr: '10.0.1.0/24'