FUNCTEST IN DEPTH. Jose Lausuch (Ericsson) OPNFV Summit

Size: px
Start display at page:

Download "FUNCTEST IN DEPTH. Jose Lausuch (Ericsson) OPNFV Summit"

Transcription

1 FUNCTEST IN DEPTH Jose Lausuch (Ericsson) OPNFV Summit 2015

2 Agenda What is Functest? Test cases Repository structure CI & Automation Brahmaputra Release 09/11/2015 Functest in Depth, OPNFV Summit

3 OPNFV Projects ecosystem OCTOPUS (CI) RELENG INSTALLER Projects Fuel FEATURE Projects VPN TEST Projects Functest Foreman SFC Yardstick JOID SDN Contr. Qtip Compass Resource mgmt. VPerf Testbed Testbed Testbed Testbed Testbed PHAROS 09/11/2015 Functest in Depth, OPNFV Summit

4 What is Functest? 09/11/2015 Functest in Depth, OPNFV Summit

5 What we do Base System Functionality Testing Focus on verifying the OpenStack deployment and the SDN Controllers Have a full integration and automation mechanism Provide comprehensive testing methodology 09/11/2015 Functest in Depth, OPNFV Summit

6 ETSI NFV Reference WE DON T: Performance tests HW tests Frameworks 09/11/2015 Functest in Depth, OPNFV Summit

7 The gang 09/11/2015 Functest in Depth, OPNFV Summit

8 The project source: Bitergia ( date: November /11/2015 Functest in Depth, OPNFV Summit

9 Functest Testcases Arno 09/11/2015 Functest in Depth, OPNFV Summit

10 Functest Testcases vping test case Create machines and verify connectivity ODL test case Robot framework, ODL functional testing Rally bench tests Benchmark the OpenStack deployment Tempest test OpenStack native tests (100+ smoke-tests) 09/11/2015 Functest in Depth, OPNFV Summit

11 Functest Testcases vping test case Create machines and verify connectivity 09/11/2015 Functest in Depth, OPNFV Summit

12 vping test case VM1 VM2 provisional Neutron network 09/11/2015 Functest in Depth, OPNFV Summit

13 Functest Testcases ODL test case Robot framework, ODL functional testing 09/11/2015 Functest in Depth, OPNFV Summit

14 ODL test case Dashboard/API (Horizon) Compute Storage Networking (Neutron).. ML2 Plug-in Northbound API ODL Neutron REST API OVSDB 09/11/2015 Functest in Depth, OPNFV Summit 2015 OVS Nodes 14

15 ODL test cases Borrowed from ODL repository 4 basic test cases: Check ODL Restconf Create/Delete/Check Network Create/Delete/Check Subnet Create/Delete/Check Port 09/11/2015 Functest in Depth, OPNFV Summit

16 Functest Testcases Rally bench tests Benchmark the OpenStack deployment 09/11/2015 Functest in Depth, OPNFV Summit

17 Rally Rally is a benchmarking tool that answers the question: How does OpenStack work at scale?. 09/11/2015 Functest in Depth, OPNFV Summit

18 Rally - scenario example Runners: Serial: launch scenario N times in one thread Constant: launch scenario N times in M parallel threads RPS: generates N threads per second M times Context: Contexts needed for this scenario (tenants/users) Success criteria (SLA) You can define a maximum time per iteration It will skip the test if 1 iteration fails 09/11/2015 Functest in Depth, OPNFV Summit

19 Rally - output 09/11/2015 Functest in Depth, OPNFV Summit

20 Functest Testcases Tempest test OpenStack native tests (100+ smoke-tests) 09/11/2015 Functest in Depth, OPNFV Summit

21 Tempest test Tempest is a set of integration tests to be run against a live OpenStack cluster Rally performs the tempest installation and generation of tempest.conf 09/11/2015 Functest in Depth, OPNFV Summit

22 Functest Structure today 09/11/2015 Functest in Depth, OPNFV Summit

23 Directory structure Dockerfile and automation scripts SDN Controllers test suites Format results to dashboard ready and other utils Openstack related tests (Rally, Tempest) vims test case vping test case Main configuration script. Installs needed tools (Rally, Robot, ) Configuration parameters 09/11/2015 Functest in Depth, OPNFV Summit

24 Configuration file Configuration yaml file Predefined tested values Can be given as an input to Functest Possible to specify commit IDs of the used repositories Versioning control 09/11/2015 Functest in Depth, OPNFV Summit

25 CI & Aut tion 09/11/2015 Functest in Depth, OPNFV Summit

26 CI & Automation Functest Jenkins job Triggered automatically after a successful deployment One macro per test case You can execute a single test From Jenkins 09/11/2015 Functest in Depth, OPNFV Summit

27 CI & Automation Daily verification of OPNFV platform JENKINS BUILD DEPLOYMENT New Features FUNCTEST YARDSTICK. 09/11/2015 Functest in Depth, OPNFV Summit

28 Execution of tests Don t worry sir, I ll do it for you Target POD jjob Jumphost 09/11/2015 Functest in Depth, OPNFV Summit

29 09/11/2015 Functest in Depth, OPNFV Summit 2015 Brahmaputra release

30 Functest in Brahmaputra release Dockerization Test Result collection Dashboard Virtual IMS test case + SDN Controllers tests Feature projects 09/11/2015 Functest in Depth, OPNFV Summit

31 Docker -ization 09/11/2015 Functest in Depth, OPNFV Summit

32 Functest Docker $docker run -t opnfv/functest $dir/run_test.sh 09/11/2015 Functest in Depth, OPNFV Summit

33 Functest Docker Without Docker Have to install needed libraries in your jumphost Maintain in the documentation the needed libraries and dependencies Possible OS dependencies Not portable With Docker Needed libraries preinstalled in the docker image Update image when there is a new software dependency and push to the OPNFV Docker Hub No OS dependencies Portable 09/11/2015 Functest in Depth, OPNFV Summit

34 Execution of tests Don t worry sir, I ll do it for you Docker Hub Target POD jjob Jumphost 09/11/2015 Functest in Depth, OPNFV Summit

35 HSS MRF CSCF PCRF vims test case 09/11/2015 Functest in Depth, OPNFV Summit

36 vims test case Full automation of a core Open Source vims solution on OPNFV from Clearwater Deployment of an orchestrator (Cloudify) to manage the VNF Run suite of signaling tests on vims SIP Successfully tested from Jenkins on LinuxFoundation POD2 09/11/2015 Functest in Depth, OPNFV Summit

37 vims test case 1) Deploy the orchestrator 2) Create the tenant 3) Create the VNF (10 VMs) 4) Launch test suite (more than 100 signaling tests) 5) Collect results 6) Clean-up 09/11/2015 Functest in Depth, OPNFV Summit

38 SDN Controllers 09/11/2015 Functest in Depth, OPNFV Summit

39 SDN Controllers Extension of OpenDaylight test cases Integration of ONOS test framework Open Contrail test 09/11/2015 Functest in Depth, OPNFV Summit

40 Test results collection 09/11/2015 Functest in Depth, OPNFV Summit

41 Test results collection Test projects Functest Yardstick QTIP VPerf Bottlenecks REST API Mongo DB 09/11/2015 Functest in Depth, OPNFV Summit

42 Test results collection - API Filter per test case Filter per pod Filter per project Combination of filters 09/11/2015 Functest in Depth, OPNFV Summit

43 Dashboard 09/11/2015 Functest in Depth, OPNFV Summit

44 Dashboard Show all the results using simplistic graphs Possible to filter per project/test case/ Comparison of previous results with recent ones 09/11/2015 Functest in Depth, OPNFV Summit

45 Dashboard Draft 09/11/2015 Functest in Depth, OPNFV Summit

46 Beyond Brahmaputra New functional test (vcpe, vhgw, vcdn, ) Results analytics Better Rally usage More SDN controllers test integration Broaden test coverage (security, O&M, ) 09/11/2015 Functest in Depth, OPNFV Summit

47 Lessons learned in Arno Need for stable labs some weeks before the release Need to run the tests on different PODs from CI Complex troubleshooting Functest cannot solve all problems 09/11/2015 Functest in Depth, OPNFV Summit

48 Challenges Different OpenStack installers Different SDN controllers Many features Lots of combinations to be tested!! 09/11/2015 Functest in Depth, OPNFV Summit

49 Summary First test project in OPNFV Validate a fresh OPNFV deployment Umbrella for testing projects Umbrella for feature projects We don t bite, come to us with questions 09/11/2015 Functest in Depth, OPNFV Summit

50 09/11/2015 Functest in Depth, OPNFV Summit

51 Thank you! 09/11/2015 Functest in Depth, OPNFV Summit

Microsoft System Center Data

Microsoft System Center Data U ft i V F_R S! TA TSBIB L! OTHEK MAMMOVER J Microsoft System Center Data Protection Manager 2012 SP1 Learn how to deploy, monitor, and administer System Center Data Protection Manager 2012 SP1 Steve Buchanan

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker

OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker OMS Alerts with Milsoft IVR Written by: Darcy O Neal Presented by: Clayton Tucker The Foundation Milsoft IVR s Notification One-stop shop for Email, Text, and Voice Call Notifications Robust and Configurable

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Diver Training Options

Diver Training Options MAIN INTERNET ON-SITE TAILORED PACKAGES INTER-COMPANY Diver Training Options DBI offers a menu of tailored courses Designed for users as well as IT Professionals to learn how to master the functionality

More information

MPCS: Develop and Test As You Fly for MSL

MPCS: Develop and Test As You Fly for MSL MPCS: Develop and Test As You Fly for MSL GSAW 2008 Michael Tankenson & Lloyd DeForrest Wednesday April 2, 2008 Copyright 2008 California Institute of Technology. Government sponsorship acknowledged. Mission

More information

SoundCast Design Intro

SoundCast Design Intro SoundCast Design Intro Basic Design SoundCast and Daysim 3 Land use attributes Households & Individuals SoundCast DaySim Travel demand simulator Trips and Households, Excel Summary Sheets, EMME network

More information

Lenovo ThinkAgile SX for Microsoft Azure Stack Planning and Setup Guide

Lenovo ThinkAgile SX for Microsoft Azure Stack Planning and Setup Guide Lenovo ThinkAgile SX for Microsoft Azure Stack Planning and Setup Guide Models: SXM4200, SXM6200, SXM4400, SXM6400 Note Before using this information and the product it supports, be sure to read and understand

More information

Spacecraft Simulation Tool. Debbie Clancy JHU/APL

Spacecraft Simulation Tool. Debbie Clancy JHU/APL FSW Workshop 2011 Using Flight Software in a Spacecraft Simulation Tool Debbie Clancy JHU/APL debbie.clancy@jhuapl.edu 443-778-7721 Agenda Overview of RBSP and FAST Technical Challenges Dropping FSW into

More information

CAAD CTF 2018 Rules June 21, 2018 Version 1.1

CAAD CTF 2018 Rules June 21, 2018 Version 1.1 CAAD CTF 2018 Rules June 21, 2018 Version 1.1 The organizer will invite 5 teams to participate CAAD CTF 2018. We will have it in Las Vegas on Aug. 10 th, 2018. The rules details are below: 1. Each team

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

AGW SYSTEMS. Blue Clock W38X

AGW SYSTEMS. Blue Clock W38X AGW SYSTEMS Blue Clock W38X Contents table BLUECLOCKS...3 THE EVOLUTION...4 WHAT S NEW!...5 HARDWARE...6 SOFTWARE...7 MULTI COMPANY...8 INSTANTLY...9 EVEN MORE!...10 WHAT S INSIDE HOW DOES IT WORK...11...12

More information

Software for electronic scorekeeping of volleyball matches, developed and distributed by:

Software for electronic scorekeeping of volleyball matches, developed and distributed by: Software for electronic scorekeeping of volleyball matches, developed and distributed by: Developed for the rules of USports 2017-18 As adopted by Ontario University Athletics for Men s & Women s Volleyball

More information

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa Evaluating chaff fire pattern algorithms in a simulation environment JP du Plessis (jdp@imt.co.za) Institute for Maritime Technology South Africa Overview What is seduction chaff? Chaff solution algorithm

More information

OBJECTIFICATION TECHNOLOGY OF PERCEIVED SAFETY & COMFORT DURING ASSISTED DRIVING

OBJECTIFICATION TECHNOLOGY OF PERCEIVED SAFETY & COMFORT DURING ASSISTED DRIVING OBJECTIFICATION TECHNOLOGY OF PERCEIVED SAFETY & COMFORT DURING ASSISTED DRIVING Erich Ramschak Dr. Jürgen Holzinger Erik Bogner AVL List GmbH erich.ramschak@avl.com ConCar-Forum Berlin 5.-6.July 2017

More information

Surge suppressor To perform its intended functions, an AEI site must have the components listed above and shown in Fig. 4.1.

Surge suppressor To perform its intended functions, an AEI site must have the components listed above and shown in Fig. 4.1. 4.0 COMPONENT FEATURES AND REQUIREMENTS An AEI site should include the following component subsystems: Presence detector Wheel detector Tag reader Controller Communications Power supply Surge suppressor

More information

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS DataCore Cloud Service Provider Program (DCSPP) Effective: March 1, 2019 INTRODUCTION Welcome to the DataCore Cloud Service Provider Program (the DCSPP ) Policy Guide for authorized Cloud Service Providers

More information

Best Practice Guidance for Assessing the Financial Performance of Fishing Gear: Industry-led gear trials

Best Practice Guidance for Assessing the Financial Performance of Fishing Gear: Industry-led gear trials Best Practice Guidance for Assessing the Financial Performance of Fishing Gear: Industry-led gear trials Prepared for The UK Fisheries Economic Network (UKFEN) by Seafish Introduction and Background Reducing

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July

IWR PLANNING SUITE II PCOP WEBINAR SERIES. Laura Witherow (IWR) and Monique Savage (MVP) 26 July IWR PLANNING SUITE II 1 255 255 255 237 237 237 0 0 0 217 217 217 163 163 163 200 200 200 131 132 122 239 65 53 80 119 27 PCOP WEBINAR SERIES 110 135 120 252 174.59 112 92 56 62 102 130 102 56 48 130 120

More information

CMMI, Configuration Management, and Baseball How to Score

CMMI, Configuration Management, and Baseball How to Score CMMI, Configuration Management, and Baseball How to Score Julie Schmarje Raytheon, (SAS) November 15, 2007 Topics CMMI and Baseline Management CM and Baseline Management How to Score Summary Page 2 Purpose

More information

Distributed Power Management: Technical Deep Dive + Real World Example

Distributed Power Management: Technical Deep Dive + Real World Example Distributed Power Management: Technical Deep Dive + Real World Example Breakout Session # TA2197 Anne Holler Anthony Vecchiolla VMware Engineering International Integrated Solutions Date: September 18,

More information

CT433 - Machine Safety

CT433 - Machine Safety Rockwell Automation On The Move May 16-17 2018 Milwaukee, WI CT433 - Machine Safety Performance Level Selection and Design Realization Jon Riemer Solution Architect Safety & Security Functional Safety

More information

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003 Instrument pucks Michael Risi SIAM design review November 17, 2003 Instrument pucks Pucks and Plug-and-Work The MBARI puck prototype Puck software interface Pucks in practice (A Puck s Tale) Embedding

More information

Simulation Model Portability 2 standard support in EuroSim Mk4

Simulation Model Portability 2 standard support in EuroSim Mk4 Simulation Portability 2 standard support in EuroSim Mk4 Jeroen Moelands EuroSim Design Leader (moelands@nlr.nl) Collaborative Engineering Systems department National Aerospace Laboratory NLR EuroSim Workshop

More information

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX D SBEACH MODELING Rev. 18 Feb 2015 1 SBEACH Modeling 1.0 Introduction Following the methodology

More information

A Methodology for Using Traffic Generators with Real-Time Constraints. Avinash Mehta Sr. Research and Development Engineer Synopsys India Pvt. Ltd.

A Methodology for Using Traffic Generators with Real-Time Constraints. Avinash Mehta Sr. Research and Development Engineer Synopsys India Pvt. Ltd. A Methodology for Using Traffic Generators with Real-Time Constraints Avinash Mehta Sr. Research and Development Engineer Synopsys India Pvt. Ltd. 1 Agenda Introduction Real time traffic challenges Proposed

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

XtreemOS Plans for the Kerrighed Project

XtreemOS Plans for the Kerrighed Project Managed by XtreemOS Plans for the Kerrighed Project Christine Morin, INRIA XtreemOS scientific coordinator February 1, 2008 Kerrighed Summit Paris, France XtreemOS IP project is funded by the European

More information

Application Note. Rapid performance verification of AZURA systems with refractive index detector. Summary. Introduction

Application Note. Rapid performance verification of AZURA systems with refractive index detector. Summary. Introduction Application Note Rapid performance verification of AZURA systems with refractive index detector Method Keywords ID HPLC Quality control, system verification, refractive index, AZURA Analytical HPLC Plus

More information

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours!

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! Airlock Login Airlock IAM When combined with Airlock WAF, Airlock Login

More information

The Future of Retailing in Canada to 2018

The Future of Retailing in Canada to 2018 Comprehensive data overview of the market, with retail sales value and forecasts to 2018 Report Code: RT0191MR Report Price: US$4,950 (Single Copy) www.conlumino-winesandspirits.com Summary The Future

More information

The Future of Retailing in Norway to 2018

The Future of Retailing in Norway to 2018 Comprehensive data overview of the market, with retail sales value and forecasts to 2018 Report Code: RT0197MR Report Price: US$4,950 (Single Copy) www.conlumino-winesandspirits.com Summary The Future

More information

The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator

The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator Designed, built, and supported by InstruQuest Inc. Universal pycnometer, no

More information

How to Download a Red App

How to Download a Red App How to Download a Red App End to End Process Quick Reference W H O C A N D O W N L O A D / R E Q U E S T A R E D A P P Anyone with Sabre Agency eservices Admin or Ordering rights automatically has Agency

More information

LiteSpeed for SQL Server 6.5. Integration with TSM

LiteSpeed for SQL Server 6.5. Integration with TSM LiteSpeed for SQL Server 6.5 Integration with TSM 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

The Future of Retailing in the Philippines to 2018

The Future of Retailing in the Philippines to 2018 Comprehensive data overview of the market, with retail sales value and forecasts to 2018 Report Code: RT0185MR Report Price: US$4,950 (Single Copy) www.conlumino-winesandspirits.com Summary "The Future

More information

How to Optimize the Disposal System With Staggered Analysis Using BLOWDOWN Technology. Jump Start Guide

How to Optimize the Disposal System With Staggered Analysis Using BLOWDOWN Technology. Jump Start Guide How to Optimize the Disposal System With Staggered Analysis Using BLOWDOWN Technology Jump Start Guide Problem Statement In this guide, you will be introduced to the tools in BLOWDOWN that can be used

More information

Connect with Confidence NO POWER NO PROBLEM

Connect with Confidence NO POWER NO PROBLEM Connect with Confidence NO POWER NO PROBLEM The ideal solution to implement wireless sensor monitoring in IoT applications where power is not available. At last, there s a roll-out ready way to implement

More information

Actualtests ASF 45q. Number: ASF Passing Score: 800 Time Limit: 120 min File Version: 15.5 ASF. Agile Scrum Foundation

Actualtests ASF 45q.   Number: ASF Passing Score: 800 Time Limit: 120 min File Version: 15.5 ASF. Agile Scrum Foundation Actualtests ASF 45q Number: ASF Passing Score: 800 Time Limit: 120 min File Version: 15.5 http://www.gratisexam.com/ ASF Agile Scrum Foundation Excellent Questions, I pass with 90% with these questions.

More information

PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries

PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries PBR MODEL GOVERNANCE CHECKLIST: Some Considerations for Practicing Actuaries 2016 American Academy of Actuaries. All rights reserved. May not be reproduced without express permission. PBR Boot Camp: Basic

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Free QA! David Golden

Free QA! David Golden Free QA! David Golden dagolden@cpan.org www.dagolden.com OSCON July 22, 2010 Free as in beer Free as in speech Quality + Assurance Quality is an ideal Quality Assurance is what you can measure CPAN Testers

More information

Microfluidic Demonstration

Microfluidic Demonstration Microfluidic Demonstration Co-flow of liquids across a microfluidic chip Create a microfluidic controller to flow liquids across a microfluidic chip. 1. Assemble fluidic circuits and attach to breadboard.

More information

FIRE PROTECTION. In fact, hydraulic modeling allows for infinite what if scenarios including:

FIRE PROTECTION. In fact, hydraulic modeling allows for infinite what if scenarios including: By Phil Smith, Project Manager and Chen-Hsiang Su, PE, Senior Consultant, Lincolnshire, IL, JENSEN HUGHES A hydraulic model is a computer program configured to simulate flows for a hydraulic system. The

More information

Product Overview. Product Description CHAPTER

Product Overview. Product Description CHAPTER CHAPTER 1 This chapter provides a functional overview of the Cisco Redundant Power System 2300 and covers these topics: Product Description, page 1-1 Features, page 1-3 Supported Devices, page 1-4 Deployment

More information

Meter Data Distribution Market Trials

Meter Data Distribution Market Trials Meter Data Distribution Market Trials IESO Response to Participant Feedback Issue Date: June 5, 2015 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of

More information

World Leading Traffic Analysis

World Leading Traffic Analysis World Leading Traffic Analysis Over the past 25 years, has worked closely with road authorities and traffic managers around the world to deliver leading traffic monitoring equipment. With products now

More information

Session: I03 TSM is not just a black box. Carolyn Sanders EDS. May 19, :30 p.m. 02:30 p.m. Platform: LUW

Session: I03 TSM is not just a black box. Carolyn Sanders EDS. May 19, :30 p.m. 02:30 p.m. Platform: LUW Session: I03 TSM is not just a black box Carolyn Sanders EDS May 19, 2008 01:30 p.m. 02:30 p.m. Platform: LUW 1 Little black box Humor If the "black box" flight recorder is never damaged during a plane

More information

ParaFEM: Microstructurally Faithful Modelling of Materials. Louise M. Lever, University of Manchester

ParaFEM: Microstructurally Faithful Modelling of Materials. Louise M. Lever, University of Manchester ParaFEM: Microstructurally Faithful Modelling of Materials Louise M. Lever, University of Manchester HECToR dcse Seminar, NAG, Manchester, UK 9.30am Wednesday 5 October 2011 Overview Background Activities

More information

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004

Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 Sontek RiverSurveyor Test Plan Prepared by David S. Mueller, OSW February 20, 2004 INTRODUCTION Sontek/YSI has introduced new firmware and software for their RiverSurveyor product line. Firmware changes

More information

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016

SOFTWARE. Sesam user course. 12 May 2016 HydroD Hydrostatics & Stability. Ungraded SAFER, SMARTER, GREENER DNV GL 2016 SOFTWARE Sesam user course DNV GL 1 SAFER, SMARTER, GREENER Scope of presentation Describe features & commands for performing a hydrostatic analysis, and their concepts Analysis setup Code-checking Reporting

More information

Security Challenges in R&D Environments #WLPC_EU Lisbon Portugal 2017

Security Challenges in R&D Environments #WLPC_EU Lisbon Portugal 2017 Security Challenges in R&D Environments #WLPC_EU Lisbon Portugal 2017 Jaromir Likavec Senior Network Engineer CWNE #127 CCIE Wireless #45051 Fraunhofer Institute for Computer Graphics Research IGD Tel

More information

Air Bubbler Depth Gauge DG2200 Installation and Reference Manual

Air Bubbler Depth Gauge DG2200 Installation and Reference Manual Air Bubbler Depth Gauge DG2200 Installation and Reference Manual Rev. 3.2.2 06/2011 Installation and Reference Manual Page 2 Contents Chapter 1: Installation and Overview... 3 1.1 DG2200 Location Diagram...

More information

D-Case Modeling Guide for Target System

D-Case Modeling Guide for Target System D-Case Modeling Guide for Target System 1/32 Table of Contents 1 Scope...4 2 Overview of D-Case and SysML Modeling Guide...4 2.1 Background and Purpose...4 2.2 Target System of Modeling Guide...5 2.3 Constitution

More information

P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method

P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method 19 May 2014 M. Daniels This tutorial is for configuring a P3000 series (Pressurements) deadweight tester to be used with COMPASS

More information

Meter Data Distribution User Manual

Meter Data Distribution User Manual 0.1 Meter Data Distribution User Manual February 2016 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of 24 Table of Contents Contents 1. Overview... 4

More information

NASCAR Media Group CASE STUDY: LOCATION: Charlotte, NC GOAL: SOLUTION:

NASCAR Media Group CASE STUDY: LOCATION: Charlotte, NC GOAL: SOLUTION: CASE STUDY: NASCAR Media Group LOCATION: Charlotte, NC GOAL: SOLUTION: Develop an efficient media archival solution and end-to-end broadcast IT platform Primestream s FORK provides a customizable, software-based

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

*

* Email: * cheekong@krdl.org.sg 336 X. Ma et al. procedures such as stent placement. Commercially available devices are based on the original mechanical design of the Gruentzig s device. Physicians have

More information

BUYER S GUIDE AQUAlogger 530WTD

BUYER S GUIDE AQUAlogger 530WTD OCEAN & ENVIRONMENTAL BUYER S GUIDE AQUAlogger 530WTD Wireless Temperature and Depth Logger AQUAlogger 530WTD The AQUAlogger 530WTD has an innovative design that includes the ability to transfer stored

More information

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications Application Description AG/266PILD-EN Rev. C 2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic Pressure Measurement Engineered solutions for all applications Increase plant productivity

More information

MASSACHUSETTS STATE POLICE CRIME LABORATORY. Certificate of Calibration Procedure for the Alcotest 9510

MASSACHUSETTS STATE POLICE CRIME LABORATORY. Certificate of Calibration Procedure for the Alcotest 9510 MASSACHUSETTS STATE POLICE CRIME LABORATORY Certificate of Calibration Procedure for the Alcotest 9510 Effective Date: May 10, 2017 Page 1 of 23 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 ABBREVIATIONS...

More information

UNIQUE ADVANTAGES OF PIPENET

UNIQUE ADVANTAGES OF PIPENET UNIQUE ADVANTAGES OF PIPENET TRANSIENT MODULE Sunrise Systems Limited Section 1: Unique Advantages of the leading hydraulic analysis software engineers prefer to use: PIPENET s schematic design is unique.

More information

Sprint Planning. SWEN-261 Introduction to Software Engineering. Department of Software Engineering Rochester Institute of Technology

Sprint Planning. SWEN-261 Introduction to Software Engineering. Department of Software Engineering Rochester Institute of Technology Sprint Planning SWEN-261 Introduction to Software Engineering Department of Software Engineering Rochester Institute of Technology By Lakeworks - Own work, GFDL, https://commons.wikimedia.org/w/index.php?curid=3526338

More information

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version Aalborg Universitet Automatic Detection Of Conflicts At Signalized Intersections Madsen, Tanja Kidholm Osmann; Bahnsen, Chris Holmberg; Lahrmann, Harry Spaabæk; Moeslund, Thomas B. Publication date: 2014

More information

GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT

GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT v. 10.0 GMS 10.0 Tutorial SEAWAT Viscosity and Pressure Effects Examine the Effects of Pressure on Fluid Density with SEAWAT Objectives Learn how to simulate the effects of viscosity and how pressure impacts

More information

Autonomous blimp control with reinforcement learning

Autonomous blimp control with reinforcement learning University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2009 Autonomous blimp control with reinforcement learning Yiwei

More information

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform Oracle Financial Services Data Integration Hub Foundation Pack Extension for Oracle Banking Platform User Manual Version 8.0.6.0.0 TABLE OF CONTENTS PREFACE... 4 Audience... 4 Prerequisites... 4 Related

More information

Modeling of Hydraulic Hose Paths

Modeling of Hydraulic Hose Paths Mechanical Engineering Conference Presentations, Papers, and Proceedings Mechanical Engineering 9-2002 Modeling of Hydraulic Hose Paths Kurt A. Chipperfield Iowa State University Judy M. Vance Iowa State

More information

Towards a Next-Generation Runtime Infrastructure Engine for Configuration Management Systems

Towards a Next-Generation Runtime Infrastructure Engine for Configuration Management Systems University of Colorado, Boulder CU Scholar Computer Science Graduate Theses & Dissertations Computer Science Spring 1-1-2014 Towards a Next-Generation Runtime Infrastructure Engine for Configuration Management

More information

UG4: OPEN HAB. Elelabs ZigBee RPi Shield firmware version, referenced in this guide: OpenHab2 software version, referenced in this guide: v2.3.

UG4: OPEN HAB. Elelabs ZigBee RPi Shield firmware version, referenced in this guide: OpenHab2 software version, referenced in this guide: v2.3. UG4: OPEN HAB This document describes how to use Elelabs ZigBee RPi Shield (https://elelabs.com/products/elelabs_zigbee_shield.html) with existing Home Automation platform called OpenHAB (https://www.openhab.org/).

More information

INNOVATIVE ENGINEERING SUPERIOR SERVICES. Robotic Online Storage Tank Floor Inspection Services

INNOVATIVE ENGINEERING SUPERIOR SERVICES. Robotic Online Storage Tank Floor Inspection Services INNOVATIVE ENGINEERING SUPERIOR SERVICES Robotic Online Storage Tank Floor Inspection Services Storage Tank Floor Condition Assessment Without Taking Tanks Out of Service Eliminate the high cost of tank

More information

Introduction to Machine Safety Standards

Introduction to Machine Safety Standards Introduction to Machine Safety Standards Jon Riemer Solution Architect Safety & Security Functional Safety Engineer (TÜV Rheinland) Cyber Security Specialist (TÜV Rheinland) Agenda Understand the big picture

More information

Milso& Customer Outage Alerts. A look at how to keep customers informed during outage situa:ons

Milso& Customer Outage Alerts. A look at how to keep customers informed during outage situa:ons Milso& Customer Outage Alerts A look at how to keep customers informed during outage situa:ons Con:nuing Growth with Milso& IVR & OMS Milso& Customer Outage Alerts 1. OMS Auto Alerts Proac:ve and fully

More information

February 22-27, 2010, Zurich, Switzerland

February 22-27, 2010, Zurich, Switzerland 3 rd KNIME Users Meeting and Workshop February 22-27, 2010, Zurich, Switzerland Monday February 22, 11:00 am 6:00 pm, Technopark Zurich, Room Fortran KNIME Users Training Day 1 Start End Topic 11:00 am

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information

VMware Inc., NSX Edge SSL VPN-Plus

VMware Inc., NSX Edge SSL VPN-Plus RSA SECURID ACCESS Standard Agent Implementation Guide VMware Inc., Daniel R. Pintal, RSA Partner Engineering Last Modified: December 16, 2016 Solution Summary VMware users

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

Activities of KHOA on creation of S-10X test data sets and S-100 sea trial

Activities of KHOA on creation of S-10X test data sets and S-100 sea trial Activities of KHOA on creation of S-10X test data sets and S-100 sea trial Submitted by: Executive Summary: Related Documents: Related Projects: Republic Of Korea (KHOA) KHOA has been conducting a research

More information

AKTA pure 25 New Owner s Intro

AKTA pure 25 New Owner s Intro AKTA pure 25 New Owner s Intro The exercise below will give a quick demonstration of how easy and intuitive the AKTA pure 25 will be for you in demonstrating downstream processing to your students. Steps

More information

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services

Diver-Office. Getting Started Guide. 2007, Schlumberger Water Services Diver-Office Getting Started Guide 2007, Schlumberger Water Services Copyright Information 2007 Schlumberger Water Services. All rights reserved. No portion of the contents of this publication may be reproduced

More information

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo Hier Kundenlogo TSM Symposium -Logo vor weißem Hintergrund, dann Größe anpassen und Oxford Text löschen - Logo transparent (GIF), dann Block löschen - ohne Logo: Text+Block löschen September 2005 exsm.cluster

More information

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results ALFA Task Deliverable M..: Underwater Vehicle Station Keeping Results Geoffrey Hollinger Oregon State University Phone: 5-737-59 geoff.hollinger@oregonstate.edu September, Introduction This document presents

More information

The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator

The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator Designed, built, and supported by InstruQuest Inc. Temperature controlled, multi-technique volumetric

More information

Modelling Today for the Future. Advanced Modelling Control Techniques

Modelling Today for the Future. Advanced Modelling Control Techniques CwMAG 1 st Autumn Conference 2012 Modelling Today for the Future Advanced Modelling Control Techniques What are advanced modelling controls? Why do we have them? How can we use them? What are the differences

More information

SUPPLEMENT MATERIALS

SUPPLEMENT MATERIALS SUPPLEMENT MATERIALS This document provides the implementation details of LW-FQZip 2 and the detailed experimental results of the comparison studies. 1. Implementation details of LW-FQZip 2 LW-FQZip 2

More information

Comparison of Turning Movement Count Data Collection Methods for a Signal Optimization Study. White Paper

Comparison of Turning Movement Count Data Collection Methods for a Signal Optimization Study. White Paper Comparison of Turning Movement Count Data Collection Methods for a Signal Optimization Study White Paper Grand Rapids Southfield Traverse City www.urscorp.com May 2011 Comparison of Turning Movement Count

More information

Appendix E-2: Microsimulation Report

Appendix E-2: Microsimulation Report Appendix E-2: Microsimulation Report London Bus Rapid Transit Transit Project Assessment Process Environmental Project Report DRAFT April 2018 P R E PA R E D BY LONDON BUS RAPID TRANSIT PROJECT TRAFFIC

More information

Gas Pressure and Distance The Force of the Fizz Within, By Donell Evans and Russell Peace

Gas Pressure and Distance The Force of the Fizz Within, By Donell Evans and Russell Peace Louisiana Curriculum Framework Content Strand Physical Science Chemistry Grade Level 9-12 Objective: The students will... Use a TI 83 Plus Graphing Calculator, a CBL System, a pressure sensor, and film

More information

Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors

Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors Mike Harrington mikeh@apl.washington.edu Infrastructure Cable Laying Problem: Get to the interesting stuff. Laying interconnection

More information

Rimage Everest 600 Thermal Retransfer Printer

Rimage Everest 600 Thermal Retransfer Printer Rimage Everest 600 Thermal Retransfer Printer Superior Print Technology: Superior Results CONTENTS I. Overview II. Printer Comparison III. Print Modes IV. Advantages of Thermal Retransfer Printing V. Printer

More information

Completion of Hydrometric Survey Notes (HSN)

Completion of Hydrometric Survey Notes (HSN) Completion of Hydrometric Survey Notes (HSN) Hydrometric Survey Notes provide a place to record results and applied proper procedures for tasks undertaken in the field, such as levelling, measurements,

More information

[MYLAPS INTEGRATION]

[MYLAPS INTEGRATION] 2018 The Race Director MyLaps Integration Manual [MYLAPS INTEGRATION] This document explains how to manage the results data between your MyLaps readers and Race Director using manual file transfers. Contents

More information

Valve Replacement: Using Non-Intrusive Isolation Technology to Minimize Production Downtime

Valve Replacement: Using Non-Intrusive Isolation Technology to Minimize Production Downtime CASE STUDY CS15-02 >> Valve Replacement: Using Non-Intrusive Isolation Technology to Minimize Production Downtime What s Inside:» Explore Double Block & Monitor» Increase Operational Safety» Achieve Double

More information

PANACEA P200 STAINLESS STEEL USER MANUAL

PANACEA P200 STAINLESS STEEL USER MANUAL Basic Features Stainless Steel body with 1.75 outside diameter. Will fit into wells down to 2 (schedule 80). Has an internal chamber volume of 200mL. Maximum depth below ground surface of 3000ft. Other

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Differential Kinematics, Probabilistic Roadmaps Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu)

More information

- 2 - Companion Web Site. Back Cover. Synopsis

- 2 - Companion Web Site. Back Cover. Synopsis Companion Web Site A Programmer's Introduction to C# by Eric Gunnerson ISBN: 1893115860 Apress 2000, 358 pages This book takes the C programmer through the all the details from basic to advanced-- of the

More information