summaryrefslogtreecommitdiffstats
path: root/kernel/net/sched/em_cmp.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-04Add the rt linux 4.1.3-rt3 as baseYunhong Jiang1-0/+99
Import the rt linux 4.1.3-rt3 as OPNFV kvm base. It's from git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt and the base is: commit 0917f823c59692d751951bf5ea699a2d1e2f26a2 Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Sat Jul 25 12:13:34 2015 +0200 Prepare v4.1.3-rt3 Signed-off-by: Sebastian Andrzej Siewior <bigeasy@lin
# Copyright (c) 2017 Intel Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- hosts: chroot_image
  connection: chroot
  vars:
    # used to install the tools
    clone_dir: /tmp/yardstick-clone

  pre_tasks:
    - debug: msg="chrooted in {{ inventory_hostname }}"

  roles:
    - reset_resolv_conf
    - add_custom_repos
    - modify_cloud_config
    - role: set_package_installer_proxy
      when: proxy_env is defined and proxy_env
    - download_l2fwd
    - install_image_dependencies
    - download_unixbench
    - install_unixbench
    - download_ramspeed
    - install_ramspeed
    - download_cachestat
    # there is no install for cachestat
#    - install_cachestat