Commit Graph

  • 368a632150 Revert "variable for upstream port" Matthew Stidham 2021-03-08 16:07:05 -08:00
  • c571bbf09e Merge remote-tracking branch 'origin/master' into diptiBranch-solidifyingV1 Matthew Stidham 2021-03-08 15:46:32 -08:00
  • 041f2ae6b7 variable for upstream port Matthew Stidham 2021-03-08 13:06:09 -08:00
  • c66d0c18e2 adding regression_test Dipti 2021-03-08 12:31:49 -08:00
  • d3c9b9d763 fixing import order. this fixes broken code Dipti 2021-03-07 22:49:22 -08:00
  • b3ad2303fa regression_test.sh: several fixes: Jed Reynolds 2021-03-07 14:13:09 -08:00
  • c97430f61d regression_test.sh: several fixes: Jed Reynolds 2021-03-07 14:12:52 -08:00
  • eb16e7980d updates gitignore to avoid test_regression.rc file Jed Reynolds 2021-03-07 14:10:49 -08:00
  • 7271d1ce1e moves regresssion_test.txt to regression_test.rc.example, adds examples and documentation Jed Reynolds 2021-03-07 14:08:35 -08:00
  • 549cbfdb5e organized imports in realm.py Dipti 2021-03-05 23:45:02 -08:00
  • 1b87a6926b v1 classes are taken out of realm.py, into their own files Dipti 2021-03-05 23:38:40 -08:00
  • 8575340eb9 Delete regression_test.sh DiptiDhond-Candela 2021-03-05 20:08:16 -08:00
  • efb5d1ab58 eth port and parent changed Dipti 2021-03-05 18:39:11 -08:00
  • 36f59bcf5e import fix Dipti 2021-03-05 18:34:21 -08:00
  • c3c503d3ca removal of classes from realm, removal of port_utils Dipti 2021-03-05 18:20:31 -08:00
  • 9b0dda2c1b wait_for_ip: changed stas_with_ips to dict, allowed for ipv4 and ipv6 Logan Lipke 2021-03-05 17:18:58 -08:00
  • bdb9167b5f removes one-time temporary variables, fixes mgrlen evaluation in wrong spot Jed Reynolds 2021-03-05 16:21:19 -08:00
  • 539841250e adds gitignore Jed Reynolds 2021-03-05 16:20:39 -08:00
  • 6fb5313a6c LFRequest.py: do not die when attempting a port that is already deleted Jed Reynolds 2021-03-05 16:06:33 -08:00
  • 8c6910a60f create_vr.py: adds redirects to cleanup, fixes full router query Jed Reynolds 2021-03-05 16:06:08 -08:00
  • 0078234ead realm.py: adds guard against None in rm_port() Jed Reynolds 2021-03-05 16:05:17 -08:00
  • 648ce07edc vr_profile2.py: adds call to refresh netsmith window Jed Reynolds 2021-03-05 15:44:27 -08:00
  • 90e90fef12 missed one Matthew Stidham 2021-03-05 15:05:40 -08:00
  • 7e87dc3cbf correct compairison condition in bash Matthew Stidham 2021-03-05 15:02:44 -08:00
  • 10ea6ab99a bash doesn't like spaces around operands Matthew Stidham 2021-03-05 14:54:07 -08:00
  • 342b1e94c1 Fixing incorrect commands to find the user's home directory Matthew Stidham 2021-03-05 13:38:13 -08:00
  • 25e3e877dc Regression works on local machine Matthew Stidham 2021-03-05 12:31:25 -08:00
  • 1a8d4e5827 Regression with 4 arguments so you can run it with a mgr command Matthew Stidham 2021-03-05 11:49:42 -08:00
  • 210e9d06ad transitioniting rest of the profiles - version 1 - out of realm Dipti 2021-03-05 01:02:32 -08:00
  • a8f0781bb6 LFUtils.py: adds debug output Jed Reynolds 2021-03-05 00:26:12 -08:00
  • a1456dc92a vr_profile2.py: corrects lint errors in value comparisons, adds debugging Jed Reynolds 2021-03-05 00:25:54 -08:00
  • 01e9167bd8 realm.py: updates factory method new_vr_profile, defaults to ver=2, uses version numbered module Jed Reynolds 2021-03-04 21:45:08 -08:00
  • 9563d49c75 vr_profile2.py: updates import and moves file to version-numbered file Jed Reynolds 2021-03-04 21:39:53 -08:00
  • a421185a73 add_l4_endp flag file Nikita Yadav 2021-03-05 12:04:08 +05:30
  • f595c3dd87 create_vr: WIP using refresh_netsmith() Jed Reynolds 2021-03-04 17:09:07 -08:00
  • 116f3a87ca Add testgroup2 to regression_test Matthew Stidham 2021-03-04 16:00:53 -08:00
  • ac09538ee9 Create testgroup2.py which allows users to create a testgroup from scratch without needing a scenario Matthew Stidham 2021-03-04 15:57:54 -08:00
  • 2fe55f5f7d Incorrect call for the password in the second argument Matthew Stidham 2021-03-04 13:52:17 -08:00
  • 6d197c4aad Security and Radio were backwards Matthew Stidham 2021-03-04 13:48:18 -08:00
  • e3c1153c7b fix regression test logic to determine length of user defined variables Matthew Stidham 2021-03-04 13:34:21 -08:00
  • 413232eb26 import l3_cxprofile2 to realm Matthew Stidham 2021-03-04 13:03:55 -08:00
  • 3b9511d674 Import L3CXProfile into realm so that we prevent breakage with clients scripts. Matthew Stidham 2021-03-04 12:40:20 -08:00
  • 87db19116c Make it easy to use regression_test with a local system Matthew Stidham 2021-03-04 11:15:37 -08:00
  • 56a6bc170c wait_for_ip call uses -1 for timeout Logan Lipke 2021-03-03 16:31:26 -08:00
  • 9e42a81221 wait_for_ip: changed default timeout to 360 seconds, timeout can be set to -1 to determine timeout using mean association time, added check for ipv4/ipv6 only Logan Lipke 2021-03-03 16:30:30 -08:00
  • eb986a8cc1 new import for l3_cxprofile Matthew Stidham 2021-03-03 14:06:48 -08:00
  • ff8553f548 inheritance of L3CXProf v1 is back to LFClibase Dipti 2021-03-03 13:09:52 -08:00
  • 5d35b07825 lfdata added to master Dipti 2021-03-03 12:54:53 -08:00
  • 9308f1df87 Fix die_on_error command so it doesn't trigger on a 404 error Matthew Stidham 2021-03-03 12:09:37 -08:00
  • ae9ea83ea7 lf_snp_test.py : regression testing Chuck SmileyRekiere 2021-03-03 07:04:15 -07:00
  • 37b44441a6 delete base_profile from realm.py, add updated logg function from logg in base_profile in realm.py to base_profile.py file Dipti 2021-03-03 00:47:09 -08:00
  • bf5dbb841a pushing lfdata from dipti-branch, adding version number for all new_x_profile in realm.py, version number in test_vt_2 Dipti 2021-03-03 00:32:26 -08:00
  • d580c8789a inheritance + import edits Dipti 2021-03-02 23:29:57 -08:00
  • 016c05b708 adddition of l3cx_profile2, testbase, vt_2 Dipti 2021-03-02 20:12:44 -08:00
  • 209b88f682 imports added for L3CXProfile2 Dipti 2021-03-02 20:06:00 -08:00
  • 434feca6a5 Inheritance from base_profile works Dipti 2021-03-02 13:46:20 -08:00
  • 208e99aa9f realm.py: fix vr_profile import, todo on lint warning about undeclared variable, fixes lint warning on static method Jed Reynolds 2021-03-02 13:12:57 -08:00
  • 37c4606df7 vr_profile.py: forcing refresh, renamed variable Jed Reynolds 2021-03-02 13:05:06 -08:00
  • 5975b178f6 create_vr.py: debugging Jed Reynolds 2021-03-02 13:04:40 -08:00
  • 2a27a70489 realm.py: should not need self.halt_on_error because that's what self.exit_on_error is for Jed Reynolds 2021-03-02 12:48:30 -08:00
  • 2b8eacdd19 vr_profile.py: WIP fixing caching of vrcx list, fixing scope on some temporary variables Jed Reynolds 2021-03-02 12:43:35 -08:00
  • b869a46c12 create_vr.py: start() method attempts to test if vrcx is in router WIP Jed Reynolds 2021-03-02 12:42:39 -08:00
  • f423588e59 whitespace Jed Reynolds 2021-03-02 12:28:36 -08:00
  • 7b43f6d2fe update_dependencies.py: adds simple-geometry library Jed Reynolds 2021-03-02 12:28:20 -08:00
  • 4bcddb1c8d import fix Dipti 2021-03-02 13:06:47 -08:00
  • 362b6f8a07 fixing mistake. adding L4CXProfile Dipti 2021-03-02 13:02:54 -08:00
  • 6ac8cd0269 l3_cxprofile.py : change inheritance to LFCliBase from BaseProfile Chuck SmileyRekiere 2021-03-02 08:20:52 -07:00
  • a73e9723d5 create_vr.py: start() method attempts to move vrcx Jed Reynolds 2021-03-02 00:07:52 -08:00
  • 27a94d00e7 vr_profile.py: WIP adding placement logic for moving vrcx into a virtual router Jed Reynolds 2021-03-02 00:07:21 -08:00
  • b3b36be2ae create_vr.py: adding vrcx movement Jed Reynolds 2021-03-01 17:21:49 -08:00
  • 6c9d1e484d LFRequest.py: adds stacktrace output to errors that exit Jed Reynolds 2021-03-01 17:20:30 -08:00
  • ccf5688f5e vr_profile.py: WIP adding placement logic for virtual routers, getting point within VR bounds Jed Reynolds 2021-03-01 17:19:08 -08:00
  • af7002d495 vr_profile.py: WIP adding placement logic for virtual routers Jed Reynolds 2021-03-01 13:32:36 -08:00
  • 97141b2229 realm.py: adds arguments to logg to display structure Jed Reynolds 2021-03-01 13:32:02 -08:00
  • 2f102bab82 fixing imports on both files Dipti 2021-03-01 14:55:22 -08:00
  • 5706f48eb0 BaseProfile addition - baseprofile is inherited by L3CXProfile Dipti 2021-03-01 14:51:29 -08:00
  • 76b2b90d1d l3_cxprofile taken out of realm, version number put into realm.py Dipti 2021-03-01 14:40:51 -08:00
  • 00cf3c827c l3_cxprofile taken out of realm, version number put into realm.py Dipti 2021-03-01 14:38:41 -08:00
  • cd46e17589 formatting error in measure_station_time_up Matthew Stidham 2021-03-01 10:58:43 -08:00
  • d2c1714417 adjust_apache.pl: more improvements: Jed Reynolds 2021-02-27 12:56:12 -08:00
  • c6ce8e2eee adjust_apache.pl: several fixes: Jed Reynolds 2021-02-26 18:33:50 -08:00
  • 5f39aee5bc vr_profile: debugging breakpoint Jed Reynolds 2021-02-26 18:31:59 -08:00
  • b8cb1df566 vr_profile: WIP improved bounding box Jed Reynolds 2021-02-26 16:10:23 -08:00
  • 3049685ae2 lf_snp_test.py : more generic controller name script cleanup lf_dfs_test.py minor script cleanup Chuck SmileyRekiere 2021-02-26 16:15:11 -07:00
  • 6a343f7995 measure_station_time_up now works on multiple stations Matthew Stidham 2021-02-26 14:36:38 -08:00
  • ab19b3ae95 vr_profile: WIP computing bounding box of all VRs and vrcx entities Jed Reynolds 2021-02-26 13:45:43 -08:00
  • 4f85aa86c9 create_vr.py: fixes broken requires/default option for vr_name Jed Reynolds 2021-02-26 12:29:04 -08:00
  • 4990a1397e vr_profile.py: can query routers and router connections, get coordinates Jed Reynolds 2021-02-26 12:28:40 -08:00
  • dd47bf0e63 LFUtils.py: adds list_to_alias_map() a generic version of port_list_to_alias_map Jed Reynolds 2021-02-26 12:28:04 -08:00
  • dcf85ba785 compare two dfs, small bugs but logic is now there Dipti 2021-02-25 09:38:48 -08:00
  • 7d03848c90 Get time point for when the stations are up Matthew Stidham 2021-02-24 20:07:07 -08:00
  • 932ddb1698 create measure_station_time_up Matthew Stidham 2021-02-24 17:28:56 -08:00
  • 6ca7eb5a67 correct the testgroup del_group command Matthew Stidham 2021-02-24 14:00:46 -08:00
  • 1ff7b5df50 Correct the rm_group command in testgroup.py Matthew Stidham 2021-02-24 13:57:00 -08:00
  • c1537145e8 test_l3_longevity.py : removed controller programming Chuck SmileyRekiere 2021-02-24 14:33:41 -07:00
  • 8cb00b99b5 Revert "test_l3_longevity.py : move results to report-data" Chuck SmileyRekiere 2021-02-24 13:59:14 -07:00
  • 2ec33b65de test_l3_longevity.py : move results to report-data Chuck SmileyRekiere 2021-02-24 13:52:46 -07:00
  • b65722b07b Do not run scenario_throughput, it takes too long Matthew Stidham 2021-02-24 12:40:17 -08:00
  • 433fe14aff Additional testgorup regression tests Matthew Stidham 2021-02-24 11:49:53 -08:00
  • f3453d7350 Fix test_fileio command Matthew Stidham 2021-02-24 11:44:55 -08:00