how to create auto generated mail from robo framework upon execution completion of TCs

2018-04-18 Thread supswain
Hi, I am having below setup robofraemwork setup info -> Robot Framework 2.8.1 32 bit python->Python 2.7.6 32 bit OS->windows 7 64 bit I am running test cases from Robo framework and want to create any library proc through which I can get auto generated mail from robo-framework regarding

Re: want to export some of the packets from a big pacp file to another file.

2018-04-07 Thread supswain
Hi Anders, Actually in my setup I am capturing packets from Spirent using wire-shark and need to parse those captured files using python code. Sometimes captured .pcap file is too big so parsing each packet one by one is being too time consuming during TC automation. So instead of that I was s

want to export some of the packets from a big pacp file to another file.

2018-04-05 Thread supswain
Hi, I am using dpkt python package to parse .pcap file and I am able to do successfully. My requirement is to filter some of the traffic from the big .pcap file and to export the result to another file. I don't know how to do this. PFB the setup details I am using. ###

unabe to import /pyd file.

2017-12-15 Thread supswain
Hi, I have created one library file "modified_python_automation_tcl.py"..Inside my library file I have set of codes as follows. import sys import time from datetime import datetime import re,sys,os,itertools,datetime,commands,logging,math,time,copy,inspect from robot.api import logger import uni