I need to run some tests with a traffic generator that has different client and server commands. I would like to roll this into a fabric2 script which executes the traffic generation commands while cd’d into /root. I have public-key authentication on the iperf machines. How can I run this traffic generation test under fabric2? Answer This was a little
Tag: fabric
Fabric 2 automating deployment error when git pulling on remote server. Repository not found
I’m trying to automate my deployment with Fabric 2. When I manually do a git pull through the command line on the remote server everything works fine. When I try to do the same with my Fabric/Invoke script it does not allow me to pull. It does though allow me to do git status and other commands. The code: The
How do you set up Pycharm to debug a Fabric fabfile on Windows?
Is is possible to set up Pycharm to step through a a Fabric fabfile.py? It seems like this would be doable with the run/debug configuration editor but I can’t seem to get the settings just right. The editor is asking for a script to run and I’ve tried the fab-script.py file it is just giving me the fab help options.